| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- 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;
- /**
- * BisInspPlanMonthParam
- *
- * @author lhc
- * @date 2022-4-18
- */
- public class BisInspPlanMonthParam extends PageParam implements Serializable {
- // 序号
- @ApiParam(name = "序号")
- @ApiModelProperty(value = "序号", name = "ordr")
- private Long ordr;
- // 行政区代码
- @ApiParam(name = "行政区代码")
- @ApiModelProperty(value = "行政区代码", name = "adCode")
- private String adCode;
- // 事项内容
- @ApiParam(name = "事项内容")
- @ApiModelProperty(value = "事项内容", name = "chkTitle")
- private String chkTitle;
- // 年月
- @ApiParam(name = "年月")
- @ApiModelProperty(value = "年月", name = "chkMonth")
- private Date chkMonth;
- // 检查实施单位
- @ApiParam(name = "检查实施单位")
- @ApiModelProperty(value = "检查实施单位", name = "chkDep")
- private String chkDep;
- // 检查组
- @ApiParam(name = "检查组")
- @ApiModelProperty(value = "检查组", name = "chkGrp")
- private String chkGrp;
- // 拟检查开始时间(到日)
- @ApiParam(name = "拟检查开始时间(到日)")
- @ApiModelProperty(value = "拟检查开始时间(到日)", name = "planSttm")
- private Date planSttm;
- // 拟检查结束时间(到日)
- @ApiParam(name = "拟检查结束时间(到日)")
- @ApiModelProperty(value = "拟检查结束时间(到日)", name = "planEntm")
- private Date planEntm;
- // 是否到市水利局现场
- @ApiParam(name = "是否到市水利局现场")
- @ApiModelProperty(value = "是否到市水利局现场", name = "leadDep")
- private String leadDep;
- // 到市水利局现场名称
- @ApiParam(name = "到市水利局现场名称")
- @ApiModelProperty(value = "到市水利局现场名称", name = "joinDep")
- private String joinDep;
- // 检查区域市水利(水务)局
- @ApiParam(name = "检查区域市水利(水务)局")
- @ApiModelProperty(value = "检查区域市水利(水务)局", name = "chkCity")
- private String chkCity;
- // 检查区区、县(市)
- @ApiParam(name = "检查区区、县(市)")
- @ApiModelProperty(value = "检查区区、县(市)", name = "chkCountry")
- private String chkCountry;
- // 项目数量
- @ApiParam(name = "项目数量")
- @ApiModelProperty(value = "项目数量", name = "chkSize")
- private Long chkSize;
- // 开展方式
- @ApiParam(name = "开展方式")
- @ApiModelProperty(value = "开展方式", name = "chkType")
- private String chkType;
- // 联络人
- @ApiParam(name = "联络人")
- @ApiModelProperty(value = "联络人", name = "chkPers")
- private String chkPers;
- // 联络人联系方式
- @ApiParam(name = "联络人联系方式")
- @ApiModelProperty(value = "联络人联系方式", name = "chkPersTel")
- private String chkPersTel;
- // 统筹调度意见
- @ApiParam(name = "统筹调度意见")
- @ApiModelProperty(value = "统筹调度意见", name = "chkNote")
- private String chkNote;
- // 创建人
- @ApiParam(name = "创建人")
- @ApiModelProperty(value = "创建人", name = "persId")
- private String persId;
- // 创建时间
- @ApiParam(name = "创建时间")
- @ApiModelProperty(value = "创建时间", name = "intm")
- private Date intm;
- // 修改时间
- @ApiParam(name = "修改时间")
- @ApiModelProperty(value = "修改时间", name = "uptm")
- private Date uptm;
- // 数据状态(0:正常;9:删除)
- @ApiParam(name = "数据状态(0:正常;9:删除)")
- @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
- private String dataStat;
- // ID
- @ApiParam(name = "ID")
- @ApiModelProperty(value = "ID", name = "id")
- private String id;
- // 年度检查计划id
- @ApiModelProperty(value="年度检查计划id",name="yearPlanId")
- private String yearPlanId;
- // 年度检查计划名称
- @ApiModelProperty(value="年度检查计划名称",name="yearChkName")
- private String yearChkName;
- // 年度检查类别
- @ApiModelProperty(value="年度检查类别",name="yearChkType")
- private String yearChkType;
- // 组织检查处室
- @ApiModelProperty(value="组织检查处室",name="organDep")
- private String organDep;
- public String getOrganDep() {
- return organDep;
- }
- public void setOrganDep(String organDep) {
- this.organDep = organDep;
- }
- public BisInspPlanMonthParam() {
- }
- public Long getOrdr() {
- return ordr;
- }
- public void setOrdr(Long ordr) {
- this.ordr = ordr;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public String getChkTitle() {
- return chkTitle;
- }
- public void setChkTitle(String chkTitle) {
- this.chkTitle = chkTitle;
- }
- public Date getChkMonth() {
- return chkMonth;
- }
- public void setChkMonth(Date chkMonth) {
- this.chkMonth = chkMonth;
- }
- public String getChkDep() {
- return chkDep;
- }
- public void setChkDep(String chkDep) {
- this.chkDep = chkDep;
- }
- public String getChkGrp() {
- return chkGrp;
- }
- public void setChkGrp(String chkGrp) {
- this.chkGrp = chkGrp;
- }
- public Date getPlanSttm() {
- return planSttm;
- }
- public void setPlanSttm(Date planSttm) {
- this.planSttm = planSttm;
- }
- public Date getPlanEntm() {
- return planEntm;
- }
- public void setPlanEntm(Date planEntm) {
- this.planEntm = planEntm;
- }
- public String getLeadDep() {
- return leadDep;
- }
- public void setLeadDep(String leadDep) {
- this.leadDep = leadDep;
- }
- public String getJoinDep() {
- return joinDep;
- }
- public void setJoinDep(String joinDep) {
- this.joinDep = joinDep;
- }
- public String getChkCity() {
- return chkCity;
- }
- public void setChkCity(String chkCity) {
- this.chkCity = chkCity;
- }
- public String getChkCountry() {
- return chkCountry;
- }
- public void setChkCountry(String chkCountry) {
- this.chkCountry = chkCountry;
- }
- public Long getChkSize() {
- return chkSize;
- }
- public void setChkSize(Long chkSize) {
- this.chkSize = chkSize;
- }
- public String getChkType() {
- return chkType;
- }
- public void setChkType(String chkType) {
- this.chkType = chkType;
- }
- public String getChkPers() {
- return chkPers;
- }
- public void setChkPers(String chkPers) {
- this.chkPers = chkPers;
- }
- public String getChkPersTel() {
- return chkPersTel;
- }
- public void setChkPersTel(String chkPersTel) {
- this.chkPersTel = chkPersTel;
- }
- public String getChkNote() {
- return chkNote;
- }
- public void setChkNote(String chkNote) {
- this.chkNote = chkNote;
- }
- 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 getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getYearPlanId() {
- return yearPlanId;
- }
- public void setYearPlanId(String yearPlanId) {
- this.yearPlanId = yearPlanId;
- }
- public String getYearChkName() {
- return yearChkName;
- }
- public void setYearChkName(String yearChkName) {
- this.yearChkName = yearChkName;
- }
- public String getYearChkType() {
- return yearChkType;
- }
- public void setYearChkType(String yearChkType) {
- this.yearChkType = yearChkType;
- }
- }
|