package cn.com.goldenwater.dcproj.model; import java.io.Serializable; import java.util.Date; import cn.com.goldenwater.core.model.BaseBean; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiParam; /** * entity:BisInspPlanYearPrg * * @author lhc * @date 2022-3-3 */ @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"}) public class BisInspPlanYearPrg extends BaseBean implements Serializable { // ID @ApiModelProperty(value = "ID", name = "id") private String id; // 年度计划关联ID @ApiModelProperty(value = "年度计划关联ID", name = "chkYearId") private String chkYearId; @ApiModelProperty(value = "年度计划年度", name = "chkYear") private String chkYear; // 检查形式 @ApiModelProperty(value = "检查形式", name = "chkForm") private String chkForm; // 年月 @ApiModelProperty(value = "年月", name = "chkMnth") private Date chkMnth; // 检查事项名称 @ApiModelProperty(value = "检查事项名称", name = "objTypeNm") private String objTypeNm; // 开展方式名称 @ApiModelProperty(value = "开展方式名称", name = "chkFormNm") private String chkFormNm; // 开展开始时间 @ApiModelProperty(value = "开展开始时间", name = "sttm") private Date sttm; // next_sttm @ApiModelProperty(value = "次月开始时间", name = "nextSttm") private Date nextSttm; // 次月结束时间next_entm @ApiModelProperty(value = "次月结束时间", name = "nextEntm") private Date nextEntm; // 次月地址addvnm @ApiModelProperty(value = "次月检查地点", name = "addvnm") private String addvnm; // 次月地址addvcd @ApiModelProperty(value = "次月检查地点区划", name = "addvcd") private String addvcd; public Date getSttm() { return sttm; } public void setSttm(Date sttm) { this.sttm = sttm; } public Date getEntm() { return entm; } public void setEntm(Date entm) { this.entm = entm; } public String getIsFinish() { return isFinish; } public void setIsFinish(String isFinish) { this.isFinish = isFinish; } public String getObjType() { return objType; } public void setObjType(String objType) { this.objType = objType; } // 开展结束时间 @ApiModelProperty(value = "开展开始时间", name = "entm") private Date entm; // 监督检查开展情况 @ApiModelProperty(value = "监督检查开展情况", name = "chkNote") private String chkNote; // 检查组次 @ApiModelProperty(value = "检查组次", name = "chkGroup") private Long chkGroup; // 检查人次 @ApiModelProperty(value = "检查人次", name = "chkPers") private Long chkPers; // 检查发现问题数 @ApiModelProperty(value = "检查发现问题数", name = "chkPblm") private Long chkPblm; // 厅领导参加检查人次 @ApiModelProperty(value = "厅领导参加检查人次", name = "chkLeder") private Long chkLeder; // 当月培训期次 @ApiModelProperty(value = "当月培训期次", name = "trainNum") private Long trainNum; // 参加培训人数 @ApiModelProperty(value = "参加培训人数", name = "trainPers") private Long trainPers; // 是否完成年度计划 @ApiModelProperty(value = "是否完成年度计划", name = "isF") private String isFinish; // 下一月计划 @ApiModelProperty(value = "下一月计划", name = "nextPlan") private String nextPlan; // 备注 @ApiModelProperty(value = "备注", name = "note") private String note; // 创建人 @ApiModelProperty(value = "创建人", name = "persId") private String persId; // 创建时间 @ApiModelProperty(value = "创建时间", name = "intm") private Date intm; // 修改时间 @ApiModelProperty(value = "修改时间", name = "uptm") private Date uptm; // 数据状态(0:正常;9:删除) @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat") private String dataStat; // 名 称 @ApiModelProperty(value = "名 称", name = "chkName") private String chkName; // 组织处室单位 @ApiModelProperty(value = "牵头处室", name = "leadDep") private String leadDep; //监督检查事项 @ApiParam(name = "OBJ_TYPE") @ApiModelProperty(value = "OBJ_TYPE", name = "objType") private String objType; // 参加处室、单位 @ApiModelProperty(value = "参加处室、单位", name = "joinDep") private String joinDep; public String getAdCode() { return adCode; } public void setAdCode(String adCode) { this.adCode = adCode; } @ApiModelProperty(value = "行政区划代码", name = "adCode") private String adCode; public String getChkName() { return chkName; } public void setChkName(String chkName) { this.chkName = chkName; } 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 getChkForm1() { return chkForm1; } public void setChkForm1(String chkForm1) { this.chkForm1 = chkForm1; } // 开展方式 @ApiModelProperty(value = "开展方式", name = "chkForm1") private String chkForm1; /** * 是否计划内 1是2否 */ @ApiModelProperty(value = "是否计划内 1是2否", name = "isPlanned") private String isPlanned; /** * 计划外开展名称 */ @ApiModelProperty(value = "计划外开展名称", name = "unplannedChkNm") private String unplannedChkNm; public BisInspPlanYearPrg() { } 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 getObjTypeNm() { return objTypeNm; } public void setObjTypeNm(String objTypeNm) { this.objTypeNm = objTypeNm; } public String getChkFormNm() { return chkFormNm; } public void setChkFormNm(String chkFormNm) { this.chkFormNm = chkFormNm; } 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; } public String getChkYear() { return chkYear; } public void setChkYear(String chkYear) { this.chkYear = chkYear; } @Override public String toString() { return "BisInspPlanYearPrg{" + "id='" + id + '\'' + ", chkYearId='" + chkYearId + '\'' + ", chkForm='" + chkForm + '\'' + ", chkMnth=" + chkMnth + ", objTypeNm='" + objTypeNm + '\'' + ", chkFormNm='" + chkFormNm + '\'' + ", sttm=" + sttm + ", entm=" + entm + ", chkNote='" + chkNote + '\'' + ", chkGroup=" + chkGroup + ", chkPers=" + chkPers + ", chkPblm=" + chkPblm + ", chkLeder=" + chkLeder + ", trainNum=" + trainNum + ", trainPers=" + trainPers + ", isFinish='" + isFinish + '\'' + ", nextPlan='" + nextPlan + '\'' + ", note='" + note + '\'' + ", persId='" + persId + '\'' + ", intm=" + intm + ", uptm=" + uptm + ", dataStat='" + dataStat + '\'' + ", chkYear='" + chkYear + '\'' + ", chkName='" + chkName + '\'' + ", leadDep='" + leadDep + '\'' + ", objType='" + objType + '\'' + ", joinDep='" + joinDep + '\'' + ", adCode='" + adCode + '\'' + ", chkForm1='" + chkForm1 + '\'' + ", isPlanned='" + isPlanned + '\'' + ", unplannedChkNm='" + unplannedChkNm + '\'' + '}'; } public Date getNextSttm() { return nextSttm; } public void setNextSttm(Date nextSttm) { this.nextSttm = nextSttm; } public Date getNextEntm() { return nextEntm; } public void setNextEntm(Date nextEntm) { this.nextEntm = nextEntm; } public String getAddvnm() { return addvnm; } public void setAddvnm(String addvnm) { this.addvnm = addvnm; } public String getAddvcd() { return addvcd; } public void setAddvcd(String addvcd) { this.addvcd = addvcd; } }