| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- 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;
- /**
- * BisInspPlanYearPrgParam
- *
- * @author lhc
- * @date 2022-3-3
- */
- public class BisInspPlanYearPrgParam extends PageParam implements Serializable {
- // ID
- @ApiParam(name = "ID")
- @ApiModelProperty(value = "ID", name = "id")
- private String id;
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- //行政区划代码
- @ApiParam(name = "AD_CODE")
- @ApiModelProperty(value = "AD_CODE", name = "adCode")
- private String adCode;
- //开始年月
- @ApiParam(name = "STTM")
- @ApiModelProperty(value = "STTM", name = "sttm")
- private String sttm;
- //结束年月
- @ApiParam(name = "ENTM")
- @ApiModelProperty(value = "ENTM", name = "entm")
- private String entm;
- //组织处室单位
- @ApiParam(name = "LEAD_DEP")
- @ApiModelProperty(value = "LEAD_DEP", name = "leadDep")
- private String leadDep;
- @ApiParam(name = "名 称")
- @ApiModelProperty(value = "名 称", name = "chkName")
- private String chkName;
- public String getLeadDep() {
- return leadDep;
- }
- public void setLeadDep(String leadDep) {
- this.leadDep = leadDep;
- }
- public String getObjType() {
- return objType;
- }
- public void setObjType(String objType) {
- this.objType = objType;
- }
- //监督检查事项
- @ApiParam(name = "OBJ_TYPE")
- @ApiModelProperty(value = "OBJ_TYPE", name = "objType")
- private String objType;
- // 年度计划关联ID
- @ApiParam(name = "年度计划关联ID")
- @ApiModelProperty(value = "年度计划关联ID", name = "chkYearId")
- private String chkYearId;
- // 检查形式
- @ApiParam(name = "检查形式")
- @ApiModelProperty(value = "检查形式", name = "chkForm")
- private String chkForm;
- // 年月
- @ApiParam(name = "年月")
- @ApiModelProperty(value = "年月", name = "chkMnth")
- private Date chkMnth;
- // 监督检查开展情况
- @ApiParam(name = "监督检查开展情况")
- @ApiModelProperty(value = "监督检查开展情况", name = "chkNote")
- private String chkNote;
- // 检查组次
- @ApiParam(name = "检查组次")
- @ApiModelProperty(value = "检查组次", name = "chkGroup")
- private Long chkGroup;
- // 检查人次
- @ApiParam(name = "检查人次")
- @ApiModelProperty(value = "检查人次", name = "chkPers")
- private Long chkPers;
- // 检查发现问题数
- @ApiParam(name = "检查发现问题数")
- @ApiModelProperty(value = "检查发现问题数", name = "chkPblm")
- private Long chkPblm;
- // 厅领导参加检查人次
- @ApiParam(name = "厅领导参加检查人次")
- @ApiModelProperty(value = "厅领导参加检查人次", name = "chkLeder")
- private Long chkLeder;
- // 当月培训期次
- @ApiParam(name = "当月培训期次")
- @ApiModelProperty(value = "当月培训期次", name = "trainNum")
- private Long trainNum;
- // 参加培训人数
- @ApiParam(name = "参加培训人数")
- @ApiModelProperty(value = "参加培训人数", name = "trainPers")
- private Long trainPers;
- // 下一月计划
- @ApiParam(name = "下一月计划")
- @ApiModelProperty(value = "下一月计划", name = "nextPlan")
- private String nextPlan;
- // 备注
- @ApiParam(name = "备注")
- @ApiModelProperty(value = "备注", name = "note")
- private String note;
- // 创建人
- @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;
- /**
- * 是否计划内 1是2否
- */
- @ApiModelProperty(value = "是否计划内 1是2否", name = "isPlanned")
- private String isPlanned;
- /**
- * 计划外开展名称
- */
- @ApiModelProperty(value = "计划外开展名称", name = "unplannedChkNm")
- private String unplannedChkNm;
- public BisInspPlanYearPrgParam() {
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getChkYearId() {
- return chkYearId;
- }
- public void setChkYearId(String chkYearId) {
- this.chkYearId = chkYearId;
- }
- public String getChkForm() {
- return chkForm;
- }
- public void setChkForm(String chkForm) {
- this.chkForm = chkForm;
- }
- public Date getChkMnth() {
- return chkMnth;
- }
- public void setChkMnth(Date chkMnth) {
- this.chkMnth = chkMnth;
- }
- public String getChkNote() {
- return chkNote;
- }
- public void setChkNote(String chkNote) {
- this.chkNote = chkNote;
- }
- public Long getChkGroup() {
- return chkGroup;
- }
- public void setChkGroup(Long chkGroup) {
- this.chkGroup = chkGroup;
- }
- public Long getChkPers() {
- return chkPers;
- }
- public void setChkPers(Long chkPers) {
- this.chkPers = chkPers;
- }
- public Long getChkPblm() {
- return chkPblm;
- }
- public void setChkPblm(Long chkPblm) {
- this.chkPblm = chkPblm;
- }
- public Long getChkLeder() {
- return chkLeder;
- }
- public void setChkLeder(Long chkLeder) {
- this.chkLeder = chkLeder;
- }
- public Long getTrainNum() {
- return trainNum;
- }
- public void setTrainNum(Long trainNum) {
- this.trainNum = trainNum;
- }
- public Long getTrainPers() {
- return trainPers;
- }
- public void setTrainPers(Long trainPers) {
- this.trainPers = trainPers;
- }
- public String getNextPlan() {
- return nextPlan;
- }
- public void setNextPlan(String nextPlan) {
- this.nextPlan = nextPlan;
- }
- 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 getSttm() {
- return sttm;
- }
- public void setSttm(String sttm) {
- this.sttm = sttm;
- }
- public String getEntm() {
- return entm;
- }
- public void setEntm(String entm) {
- this.entm = entm;
- }
- public String getChkName() {
- return chkName;
- }
- public void setChkName(String chkName) {
- this.chkName = chkName;
- }
- public String getIsPlanned() {
- return isPlanned;
- }
- public void setIsPlanned(String isPlanned) {
- this.isPlanned = isPlanned;
- }
- public String getUnplannedChkNm() {
- return unplannedChkNm;
- }
- public void setUnplannedChkNm(String unplannedChkNm) {
- this.unplannedChkNm = unplannedChkNm;
- }
- }
|