| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542 |
- package cn.com.goldenwater.dcproj.model;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- import io.swagger.annotations.ApiModelProperty;
- import java.io.Serializable;
- import java.util.Date;
- import java.util.List;
- /**
- * entity:TacPblmInfo
- *
- * @author lune
- * @date 2019-6-19
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class TacPblmInfo extends BaseBean implements Serializable {
- @ApiModelProperty("主键ID")
- private String id;
- @ApiModelProperty("督查问题类型")
- private String objType;
- @ApiModelProperty("督查对象id")
- private String objId;
- @ApiModelProperty("严重等级:0一般,1较重,2严重")
- private String pblmPasi;
- @ApiModelProperty("是否典型问题")
- private String ifCasePblm="0";
- @ApiModelProperty("主体单位性质id,多个id用','分隔")
- private String subjectIds;
- @ApiModelProperty("主体单位名称,多个名称用','分隔")
- private String subjectNames;
- @ApiModelProperty("存在问题描述")
- private String pblmDesc;
- @ApiModelProperty("问题原因分析")
- private String pblmReason;
- @ApiModelProperty("整改意见或建议")
- private String pblmSggtn;
- @ApiModelProperty("问题序号")
- private String pblmSn;
- @ApiModelProperty("稽察问题标准库id")
- private String pblmstdId;
- @ApiModelProperty("复查意见id")
- private String rectId;
- @ApiModelProperty("登记表ID")
- private String rgstrId;
- @ApiModelProperty("工作底稿类型")
- private String listType;
- @ApiModelProperty("工作底稿ID")
- private String listId;
- @ApiModelProperty("稽察组ID")
- private String groupId;
- @ApiModelProperty("创建人ID(专家)")
- private String persId;
- @ApiModelProperty("专家姓名")
- private String persNm;
- @ApiModelProperty("创建时间(专家填写日期)")
- private Date intm;
- @ApiModelProperty("特派员ID")
- private String spclId;
- @ApiModelProperty("特派员姓名")
- private String spclNm;
- @ApiModelProperty("特派员复核意见")
- private String spclRvwOptn;
- @ApiModelProperty("特派员填写日期")
- private Date spclTm;
- @ApiModelProperty("更新时间")
- private Date uptm;
- @ApiModelProperty("是否有多媒体:0无,1有")
- private String hasVedio;
- @ApiModelProperty("问题名称")
- private String pblmNm;
- @ApiModelProperty("主体单位")
- private List<TacPblmSubject> pblmSubjectList;
- @ApiModelProperty("对应问题标准信息")
- private TacObjPblmstb tacObjPblmstb;
- @ApiModelProperty("附件信息")
- private List<GwComFile> gwComFileList;
- @ApiModelProperty("备注")
- private String note;
- @ApiModelProperty("排序")
- private int sn;
- @ApiModelProperty("问题定性编码")
- private int pblmQlttvCd;
- @ApiModelProperty("问题定性名称")
- private String pblmQlttvNm;
- @ApiModelProperty("是否立行立改(1:是;2:否)")
- private int isCpQa;
- @ApiModelProperty("数据状态0:暂存;1:已提交;2:已上报;3:退回;4:审核定稿;5:审办;6:整改通知;7:整改反馈;8:销号;9:删除;")
- private String dataStat;
- @ApiModelProperty("工程名")
- private String name;
- @ApiModelProperty("工程地址")
- private String location;
- @ApiModelProperty("项目组名")
- private String adName;
- @ApiModelProperty("行政编码")
- private String adCode;
- @ApiModelProperty("问题类型描述")
- private String pblmTypeDesc;
- @ApiModelProperty("原因分析状态(0:未删除,1:已删除)")
- private String reasonState;
- @ApiModelProperty("主要原因分析详细")
- private String pblmReasonDetail;
- @ApiModelProperty("措施建议")
- private String pblmMeasure;
- @ApiModelProperty("问题清单序号")
- private String pblmstdSn;
- @ApiModelProperty("是否清单问题")
- private String isPblmStbOth;
- @ApiModelProperty("清单外严重程度")
- private String pblmStbOthCate;
- @ApiModelProperty("清单外原因描述")
- private String pblmStbOthDesc;
- /**
- * 福建二期 -阶段问题表 增加字段 法律条款 法规内容 字段
- * 2023-01-28 lxf
- */
- @ApiModelProperty("相关法规")
- private String relativeLaw;
- @ApiModelProperty("法规内容")
- private String lawContent;
- public String getIsPblmStbOth() {
- return isPblmStbOth;
- }
- public void setIsPblmStbOth(String isPblmStbOth) {
- this.isPblmStbOth = isPblmStbOth;
- }
- public String getPblmStbOthCate() {
- return pblmStbOthCate;
- }
- public void setPblmStbOthCate(String pblmStbOthCate) {
- this.pblmStbOthCate = pblmStbOthCate;
- }
- public String getPblmStbOthDesc() {
- return pblmStbOthDesc;
- }
- public void setPblmStbOthDesc(String pblmStbOthDesc) {
- this.pblmStbOthDesc = pblmStbOthDesc;
- }
- public String getPblmstdSn() {
- return pblmstdSn;
- }
- public void setPblmstdSn(String pblmstdSn) {
- this.pblmstdSn = pblmstdSn;
- }
- public String getPblmReasonDetail() {
- return pblmReasonDetail;
- }
- public void setPblmReasonDetail(String pblmReasonDetail) {
- this.pblmReasonDetail = pblmReasonDetail;
- }
- public String getPblmMeasure() {
- return pblmMeasure;
- }
- public void setPblmMeasure(String pblmMeasure) {
- this.pblmMeasure = pblmMeasure;
- }
- public String getReasonState() {
- return reasonState;
- }
- public void setReasonState(String reasonState) {
- this.reasonState = reasonState;
- }
- public String getPblmTypeDesc() {
- return pblmTypeDesc;
- }
- public void setPblmTypeDesc(String pblmTypeDesc) {
- this.pblmTypeDesc = pblmTypeDesc;
- }
- public String getName() {
- return name;
- }
- public void setName(String name) {
- this.name = name;
- }
- public String getLocation() {
- return location;
- }
- public void setLocation(String location) {
- this.location = location;
- }
- public String getAdName() {
- return adName;
- }
- public void setAdName(String adName) {
- this.adName = adName;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public TacPblmInfo() {
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- public int getPblmQlttvCd() {
- return pblmQlttvCd;
- }
- public void setPblmQlttvCd(int pblmQlttvCd) {
- this.pblmQlttvCd = pblmQlttvCd;
- }
- public String getPblmQlttvNm() {
- return pblmQlttvNm;
- }
- public void setPblmQlttvNm(String pblmQlttvNm) {
- this.pblmQlttvNm = pblmQlttvNm;
- }
- public int getIsCpQa() {
- return isCpQa;
- }
- public void setIsCpQa(int isCpQa) {
- this.isCpQa = isCpQa;
- }
- public int getSn() {
- return sn;
- }
- public void setSn(int sn) {
- this.sn = sn;
- }
- public String getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public String getSubjectNames() {
- return subjectNames;
- }
- public void setSubjectNames(String subjectNames) {
- this.subjectNames = subjectNames;
- }
- public String getHasVedio() {
- return hasVedio;
- }
- public void setHasVedio(String hasVedio) {
- this.hasVedio = hasVedio;
- }
- public String getPblmNm() {
- return pblmNm;
- }
- public void setPblmNm(String pblmNm) {
- this.pblmNm = pblmNm;
- }
- public List<GwComFile> getGwComFileList() {
- return gwComFileList;
- }
- public void setGwComFileList(List<GwComFile> gwComFileList) {
- this.gwComFileList = gwComFileList;
- }
- public TacObjPblmstb getTacObjPblmstb() {
- return tacObjPblmstb;
- }
- public void setTacObjPblmstb(TacObjPblmstb tacObjPblmstb) {
- this.tacObjPblmstb = tacObjPblmstb;
- }
- public List<TacPblmSubject> getPblmSubjectList() {
- return pblmSubjectList;
- }
- public void setPblmSubjectList(List<TacPblmSubject> pblmSubjectList) {
- this.pblmSubjectList = pblmSubjectList;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getObjType() {
- return objType;
- }
- public void setObjType(String objType) {
- this.objType = objType;
- }
- @Override
- public String getObjId() {
- return objId;
- }
- @Override
- public void setObjId(String objId) {
- this.objId = objId;
- }
- public String getPblmPasi() {
- return pblmPasi;
- }
- public void setPblmPasi(String pblmPasi) {
- this.pblmPasi = pblmPasi;
- }
- public String getIfCasePblm() {
- return ifCasePblm;
- }
- public void setIfCasePblm(String ifCasePblm) {
- if(ifCasePblm !=null && !"".equals(ifCasePblm)){
- this.ifCasePblm = ifCasePblm;
- }
- }
- public String getSubjectIds() {
- return subjectIds;
- }
- public void setSubjectIds(String subjectIds) {
- this.subjectIds = subjectIds;
- }
- public String getPblmDesc() {
- return pblmDesc;
- }
- public void setPblmDesc(String pblmDesc) {
- this.pblmDesc = pblmDesc;
- }
- public String getPblmReason() {
- return pblmReason;
- }
- public void setPblmReason(String pblmReason) {
- this.pblmReason = pblmReason;
- }
- public String getPblmSggtn() {
- return pblmSggtn;
- }
- public void setPblmSggtn(String pblmSggtn) {
- this.pblmSggtn = pblmSggtn;
- }
- public String getPblmSn() {
- return pblmSn;
- }
- public void setPblmSn(String pblmSn) {
- this.pblmSn = pblmSn;
- }
- public String getPblmstdId() {
- return pblmstdId;
- }
- public void setPblmstdId(String pblmstdId) {
- this.pblmstdId = pblmstdId;
- }
- public String getRectId() {
- return rectId;
- }
- public void setRectId(String rectId) {
- this.rectId = rectId;
- }
- @Override
- public String getRgstrId() {
- return rgstrId;
- }
- @Override
- public void setRgstrId(String rgstrId) {
- this.rgstrId = rgstrId;
- }
- public String getListType() {
- return listType;
- }
- public void setListType(String listType) {
- this.listType = listType;
- }
- public String getListId() {
- return listId;
- }
- public void setListId(String listId) {
- this.listId = listId;
- }
- @Override
- public String getGroupId() {
- return groupId;
- }
- @Override
- public void setGroupId(String groupId) {
- this.groupId = groupId;
- }
- public String getPersId() {
- return persId;
- }
- public void setPersId(String persId) {
- this.persId = persId;
- }
- public String getPersNm() {
- return persNm;
- }
- public void setPersNm(String persNm) {
- this.persNm = persNm;
- }
- public Date getIntm() {
- return intm;
- }
- public void setIntm(Date intm) {
- this.intm = intm;
- }
- public String getSpclId() {
- return spclId;
- }
- public void setSpclId(String spclId) {
- this.spclId = spclId;
- }
- public String getSpclNm() {
- return spclNm;
- }
- public void setSpclNm(String spclNm) {
- this.spclNm = spclNm;
- }
- public String getSpclRvwOptn() {
- return spclRvwOptn;
- }
- public void setSpclRvwOptn(String spclRvwOptn) {
- this.spclRvwOptn = spclRvwOptn;
- }
- public Date getSpclTm() {
- return spclTm;
- }
- public void setSpclTm(Date spclTm) {
- this.spclTm = spclTm;
- }
- public Date getUptm() {
- return uptm;
- }
- public void setUptm(Date uptm) {
- this.uptm = uptm;
- }
- public String getRelativeLaw() {
- return relativeLaw;
- }
- public void setRelativeLaw(String relativeLaw) {
- this.relativeLaw = relativeLaw;
- }
- public String getLawContent() {
- return lawContent;
- }
- public void setLawContent(String lawContent) {
- this.lawContent = lawContent;
- }
- @Override
- public String toString() {
- return "TacPblmInfo [" + "id=" + id + ", objType=" + objType + ", objId=" + objId + ", pblmPasi=" + pblmPasi + ", ifCasePblm=" + ifCasePblm + ", subjectIds=" + subjectIds + ", pblmDesc=" + pblmDesc + ", pblmReason=" + pblmReason + ", pblmSggtn=" + pblmSggtn + ", pblmSn=" + pblmSn + ", pblmstdId=" + pblmstdId + ", rectId=" + rectId + ", rgstrId=" + rgstrId + ", listType=" + listType + ", listId=" + listId + ", groupId=" + groupId + ", persId=" + persId + ", persNm=" + persNm + ", intm=" + intm + ", spclId=" + spclId + ", spclNm=" + spclNm + ", spclRvwOptn=" + spclRvwOptn + ", spclTm=" + spclTm + ", uptm=" + uptm+ ", relativeLaw=" + relativeLaw+ ", lawContent=" + lawContent + "]";
- }
- }
|