com.fasc.open.api.v5_1.res.template.AttachInfo Maven / Gradle / Ivy
The newest version!
package com.fasc.open.api.v5_1.res.template;
import com.fasc.open.api.bean.base.BaseBean;
/**
* @author Fadada
* 2021/9/11 16:23:15
*/
public class AttachInfo extends BaseBean {
private Integer attachId;
private String attachName;
public Integer getAttachId() {
return attachId;
}
public void setAttachId(Integer attachId) {
this.attachId = attachId;
}
public String getAttachName() {
return attachName;
}
public void setAttachName(String attachName) {
this.attachName = attachName;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy