com.fasc.open.api.v5_1.req.template.ModifyAppFieldReq Maven / Gradle / Ivy
The newest version!
package com.fasc.open.api.v5_1.req.template;
import com.fasc.open.api.bean.base.BaseReq;
/**
* @author zhoufucheng
* @date 2022/12/25 0025 19:52
*/
public class ModifyAppFieldReq extends BaseReq{
private String fieldKey;
private String fieldName;
public String getFieldKey() {
return fieldKey;
}
public void setFieldKey(String fieldKey) {
this.fieldKey = fieldKey;
}
public String getFieldName() {
return fieldName;
}
public void setFieldName(String fieldName) {
this.fieldName = fieldName;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy