| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiParam;
- import java.util.Date;
- import java.io.Serializable;
- import io.swagger.annotations.ApiModelProperty;
- /**
- * BisInspFjpjmgdpSafdlParam
- *
- * @author lhc
- * @date 2023-11-8
- */
- public class BisInspFjpjmgdpSafdlParam extends PageParam implements Serializable {
- private String id;
- // 登记表ID
- @ApiParam(name = "登记表ID")
- @ApiModelProperty(value = "登记表ID", name = "rgstrId")
- private String rgstrId;
- private Double f511;
- private Double f512;
- private Double f513;
- private Double f514;
- private Double f515;
- private Double f516;
- private Double f517;
- private Double f521;
- private Double f522;
- private Double f523;
- private Double f524;
- private Double f531;
- private Double f532;
- private Double f533;
- private Double f534;
- private Double f535;
- private Double f536;
- private Double f537;
- private Double f541;
- private Double f542;
- // 备注
- @ApiParam(name = "备注")
- @ApiModelProperty(value = "备注", name = "note")
- private String note;
- // 记录人员ID
- @ApiParam(name = "记录人员ID")
- @ApiModelProperty(value = "记录人员ID", name = "persId")
- private String persId;
- // 创建时间
- @ApiParam(name = "创建时间")
- @ApiModelProperty(value = "创建时间", name = "intm")
- private Date intm;
- // 最后修改时间
- @ApiParam(name = "最后修改时间")
- @ApiModelProperty(value = "最后修改时间", name = "uptm")
- private Date uptm;
- // 数据状态
- @ApiParam(name = "数据状态")
- @ApiModelProperty(value = "数据状态", name = "dataStat")
- private String dataStat;
- // 督查状态
- @ApiParam(name = "督查状态")
- @ApiModelProperty(value = "督查状态", name = "state")
- private String state;
- public BisInspFjpjmgdpSafdlParam() {
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getRgstrId() {
- return rgstrId;
- }
- public void setRgstrId(String rgstrId) {
- this.rgstrId = rgstrId;
- }
- public Double getF511() {
- return f511;
- }
- public void setF511(Double f511) {
- this.f511 = f511;
- }
- public Double getF512() {
- return f512;
- }
- public void setF512(Double f512) {
- this.f512 = f512;
- }
- public Double getF513() {
- return f513;
- }
- public void setF513(Double f513) {
- this.f513 = f513;
- }
- public Double getF514() {
- return f514;
- }
- public void setF514(Double f514) {
- this.f514 = f514;
- }
- public Double getF515() {
- return f515;
- }
- public void setF515(Double f515) {
- this.f515 = f515;
- }
- public Double getF516() {
- return f516;
- }
- public void setF516(Double f516) {
- this.f516 = f516;
- }
- public Double getF517() {
- return f517;
- }
- public void setF517(Double f517) {
- this.f517 = f517;
- }
- public Double getF521() {
- return f521;
- }
- public void setF521(Double f521) {
- this.f521 = f521;
- }
- public Double getF522() {
- return f522;
- }
- public void setF522(Double f522) {
- this.f522 = f522;
- }
- public Double getF523() {
- return f523;
- }
- public void setF523(Double f523) {
- this.f523 = f523;
- }
- public Double getF524() {
- return f524;
- }
- public void setF524(Double f524) {
- this.f524 = f524;
- }
- public Double getF531() {
- return f531;
- }
- public void setF531(Double f531) {
- this.f531 = f531;
- }
- public Double getF532() {
- return f532;
- }
- public void setF532(Double f532) {
- this.f532 = f532;
- }
- public Double getF533() {
- return f533;
- }
- public void setF533(Double f533) {
- this.f533 = f533;
- }
- public Double getF534() {
- return f534;
- }
- public void setF534(Double f534) {
- this.f534 = f534;
- }
- public Double getF535() {
- return f535;
- }
- public void setF535(Double f535) {
- this.f535 = f535;
- }
- public Double getF536() {
- return f536;
- }
- public void setF536(Double f536) {
- this.f536 = f536;
- }
- public Double getF537() {
- return f537;
- }
- public void setF537(Double f537) {
- this.f537 = f537;
- }
- public Double getF541() {
- return f541;
- }
- public void setF541(Double f541) {
- this.f541 = f541;
- }
- public Double getF542() {
- return f542;
- }
- public void setF542(Double f542) {
- this.f542 = f542;
- }
- public String getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public String getPersId() {
- return persId;
- }
- public void setPersId(String persId) {
- this.persId = persId;
- }
- public Date getIntm() {
- return intm;
- }
- public void setIntm(Date intm) {
- this.intm = intm;
- }
- public Date getUptm() {
- return uptm;
- }
- public void setUptm(Date uptm) {
- this.uptm = uptm;
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- public String getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- }
|