All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.haoxuer.discover.team.rest.domain.request.AppRequest Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.haoxuer.discover.team.rest.domain.request;

import com.haoxuer.discover.rest.base.RequestUserTokenObject;

public class AppRequest extends RequestUserTokenObject {

  private String formId;

  public String getFormId() {
    return formId;
  }

  public void setFormId(String formId) {
    this.formId = formId;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy