123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542 |
- package com.ruoyi.system.domain.sqmy;
- import com.ruoyi.system.domain.ProposalUnitReply;
- import com.ruoyi.system.domain.ZxFj;
- import org.apache.commons.lang3.builder.ToStringBuilder;
- import org.apache.commons.lang3.builder.ToStringStyle;
- import com.ruoyi.common.annotation.Excel;
- import com.ruoyi.common.core.domain.BaseEntity;
- import java.util.List;
- /**
- * 社情民意信息对象 sqmy_info
- *
- * @author boman
- * @date 2024-03-15
- */
- public class SqmyInfo extends BaseEntity
- {
- private static final long serialVersionUID = 1L;
- /** 社情民意ID */
- private Long sqmyId;
- /** 上报人ID */
- //@Excel(name = "上报人ID")
- private Long sqmyUserId;
- /** 编号 */
- @Excel(name = "编号")
- private String sqmyNumber;
- /** 标题 */
- @Excel(name = "标题")
- private String title;
- /** 主题类型1:经济建设类,2:政治建设类,3:文化建设类,4:社会建设类,5:生态文明建设类,6:其他 */
- @Excel(name = "主题类型",readConverterExp = "1=经济建设类,2=政治建设类,3=文化建设类,4=社会建设类,5=生态文明建设类,6=其他")
- private String topicType;
- /** 打回理由 */
- //@Excel(name = "打回理由")
- private String backReason;
- /** 联系人姓名 */
- //@Excel(name = "联系人姓名")
- private String lxrName;
- /** 联系人手机号码 */
- //@Excel(name = "联系人手机号码")
- private String lxrPhone;
- /** 上报人姓名 */
- @Excel(name = "上报人姓名")
- private String sqmyName;
- /** 上报人手机号码 */
- @Excel(name = "上报人手机号码")
- private String sqmyPhone;
- /** 社情民意内容 */
- //@Excel(name = "社情民意内容")
- private String sqmyContent;
- /** 同意公开(0是 1否) */
- @Excel(name = "同意公开", readConverterExp = "0=是,1=否")
- private String isPublicity;
- /** 是否涉密(0是 1否) */
- @Excel(name = "是否涉密", readConverterExp = "0=是,1=否")
- private String isSecret;
- /** 工作单位及职务 */
- @Excel(name = "工作单位及职务")
- private String unit;
- /** 是否采用(0是 1否) */
- @Excel(name = "是否立案", readConverterExp = "0=已采用,1=未采用")
- private String isRecord;
- /**
- * 状态(0:已读,1:未读)
- */
- @Excel(name = "状态", readConverterExp = "0=已读,1=未读")
- private String isRead;
- /** 社情民意进度(0:提交社情民意,1:社情民意审查,2:已采用,3:未采用)*/
- @Excel(name = "社情民意进度", readConverterExp = "0=提交社情民意,1=社情民意审查,2=已采用,3=未采用" )
- private String sqmyProgress;
- /** 滚动办理(0是 1否) */
- //@Excel(name = "滚动办理", readConverterExp = "0=是,1=否")
- private String rollingProcess;
- /** 提案答复类型(A:A类,B:B类,C:C类) */
- //@Excel(name = "提案答复类型(A:A类,B:B类,C:C类)")
- private String complexType;
- /** 是否被并案(0是 1否) */
- //@Excel(name = "是否被并案", readConverterExp = "0=是,1=否")
- private String isCasesTogether;
- /** 被并案的案件id */
- //@Excel(name = "被并案的案件id")
- private Long uniteSqmyId;
- /** 承办单位答复委员 */
- //@Excel(name = "承办单位答复委员")
- private String cbdwdfwy;
- /** 委员满意程度(0:不满意,1:一般,2:满意,3:非常满意) */
- //@Excel(name = "委员满意程度", readConverterExp = "0=:不满意,1:一般,2:满意,3:非常满意")
- private String satisfaction;
- /** 委员意见 */
- //@Excel(name = "委员意见")
- private String membersOpinion;
- /** 政协满意程度(0:不满意,1:一般,2:满意,3:非常满意) */
- //@Excel(name = "政协满意程度", readConverterExp = "0=:不满意,1:一般,2:满意,3:非常满意")
- private String zxSatisfaction;
- /** 政协意见 */
- //@Excel(name = "政协意见")
- private String zxOpinion;
- /** 是否推荐重点(0是 1否) */
- //@Excel(name = "是否推荐重点", readConverterExp = "0=是,1=否")
- private String isKeyPoint;
- /** 推荐重点理由 */
- //@Excel(name = "推荐重点理由")
- private String keyPointArgument;
- /** 是否推荐优秀(0是 1否) */
- //@Excel(name = "是否推荐优秀", readConverterExp = "0=是,1=否")
- private String isOutstanding;
- /** 推荐优秀理由 */
- //@Excel(name = "推荐优秀理由")
- private String outstandingArgument;
- /** 附件 */
- private List<ZxFj> zxFjList;
- /** 答复委员附件附件 */
- private List<ZxFj> dfFjList;
- /** 单位回复 */
- private List<SqmyUnitReply> sqmyUnitReplyList;
- /**主办单位*/
- private SqmyUnitReply zbUnitReply;
- /** 部门id */
- private Long deptId;
- /** 单位类型 */
- private String dwType;
- /** 单位是否答复(0:是,1:否) */
- private String isReply;
- private String endTime;
- private String startTime;
- public String getIsRead() {
- return isRead;
- }
- public void setIsRead(String isRead) {
- this.isRead = isRead;
- }
- public List<ZxFj> getDfFjList() {
- return dfFjList;
- }
- public void setDfFjList(List<ZxFj> dfFjList) {
- this.dfFjList = dfFjList;
- }
- public String getIsReply() {
- return isReply;
- }
- public void setIsReply(String isReply) {
- this.isReply = isReply;
- }
- public String getEndTime() {
- return endTime;
- }
- public void setEndTime(String endTime) {
- this.endTime = endTime;
- }
- public String getStartTime() {
- return startTime;
- }
- public void setStartTime(String startTime) {
- this.startTime = startTime;
- }
- public String getBackReason() {
- return backReason;
- }
- public void setBackReason(String backReason) {
- this.backReason = backReason;
- }
- public Long getDeptId() {
- return deptId;
- }
- public void setDeptId(Long deptId) {
- this.deptId = deptId;
- }
- public String getDwType() {
- return dwType;
- }
- public void setDwType(String dwType) {
- this.dwType = dwType;
- }
- public SqmyUnitReply getZbUnitReply() {
- return zbUnitReply;
- }
- public void setZbUnitReply(SqmyUnitReply zbUnitReply) {
- this.zbUnitReply = zbUnitReply;
- }
- public List<ZxFj> getZxFjList() {
- return zxFjList;
- }
- public void setZxFjList(List<ZxFj> zxFjList) {
- this.zxFjList = zxFjList;
- }
- public List<SqmyUnitReply> getSqmyUnitReplyList() {
- return sqmyUnitReplyList;
- }
- public void setSqmyUnitReplyList(List<SqmyUnitReply> sqmyUnitReplyList) {
- this.sqmyUnitReplyList = sqmyUnitReplyList;
- }
- public void setSqmyId(Long sqmyId)
- {
- this.sqmyId = sqmyId;
- }
- public Long getSqmyId()
- {
- return sqmyId;
- }
- public void setSqmyUserId(Long sqmyUserId)
- {
- this.sqmyUserId = sqmyUserId;
- }
- public Long getSqmyUserId()
- {
- return sqmyUserId;
- }
- public void setSqmyNumber(String sqmyNumber)
- {
- this.sqmyNumber = sqmyNumber;
- }
- public String getSqmyNumber()
- {
- return sqmyNumber;
- }
- public void setTitle(String title)
- {
- this.title = title;
- }
- public String getTitle()
- {
- return title;
- }
- public void setLxrName(String lxrName)
- {
- this.lxrName = lxrName;
- }
- public String getLxrName()
- {
- return lxrName;
- }
- public void setLxrPhone(String lxrPhone)
- {
- this.lxrPhone = lxrPhone;
- }
- public String getLxrPhone()
- {
- return lxrPhone;
- }
- public void setSqmyName(String sqmyName)
- {
- this.sqmyName = sqmyName;
- }
- public String getSqmyName()
- {
- return sqmyName;
- }
- public void setSqmyPhone(String sqmyPhone)
- {
- this.sqmyPhone = sqmyPhone;
- }
- public String getSqmyPhone()
- {
- return sqmyPhone;
- }
- public void setSqmyContent(String sqmyContent)
- {
- this.sqmyContent = sqmyContent;
- }
- public String getSqmyContent()
- {
- return sqmyContent;
- }
- public void setIsPublicity(String isPublicity)
- {
- this.isPublicity = isPublicity;
- }
- public String getIsPublicity()
- {
- return isPublicity;
- }
- public void setIsSecret(String isSecret)
- {
- this.isSecret = isSecret;
- }
- public String getIsSecret()
- {
- return isSecret;
- }
- public void setUnit(String unit)
- {
- this.unit = unit;
- }
- public String getUnit()
- {
- return unit;
- }
- public void setIsRecord(String isRecord)
- {
- this.isRecord = isRecord;
- }
- public String getIsRecord()
- {
- return isRecord;
- }
- public void setSqmyProgress(String sqmyProgress)
- {
- this.sqmyProgress = sqmyProgress;
- }
- public String getSqmyProgress()
- {
- return sqmyProgress;
- }
- public void setRollingProcess(String rollingProcess)
- {
- this.rollingProcess = rollingProcess;
- }
- public String getRollingProcess()
- {
- return rollingProcess;
- }
- public void setComplexType(String complexType)
- {
- this.complexType = complexType;
- }
- public String getComplexType()
- {
- return complexType;
- }
- public void setIsCasesTogether(String isCasesTogether)
- {
- this.isCasesTogether = isCasesTogether;
- }
- public String getIsCasesTogether()
- {
- return isCasesTogether;
- }
- public void setUniteSqmyId(Long uniteSqmyId)
- {
- this.uniteSqmyId = uniteSqmyId;
- }
- public Long getUniteSqmyId()
- {
- return uniteSqmyId;
- }
- public void setCbdwdfwy(String cbdwdfwy)
- {
- this.cbdwdfwy = cbdwdfwy;
- }
- public String getCbdwdfwy()
- {
- return cbdwdfwy;
- }
- public void setSatisfaction(String satisfaction)
- {
- this.satisfaction = satisfaction;
- }
- public String getSatisfaction()
- {
- return satisfaction;
- }
- public void setMembersOpinion(String membersOpinion)
- {
- this.membersOpinion = membersOpinion;
- }
- public String getMembersOpinion()
- {
- return membersOpinion;
- }
- public void setZxSatisfaction(String zxSatisfaction)
- {
- this.zxSatisfaction = zxSatisfaction;
- }
- public String getZxSatisfaction()
- {
- return zxSatisfaction;
- }
- public void setZxOpinion(String zxOpinion)
- {
- this.zxOpinion = zxOpinion;
- }
- public String getZxOpinion()
- {
- return zxOpinion;
- }
- public void setIsKeyPoint(String isKeyPoint)
- {
- this.isKeyPoint = isKeyPoint;
- }
- public String getIsKeyPoint()
- {
- return isKeyPoint;
- }
- public void setKeyPointArgument(String keyPointArgument)
- {
- this.keyPointArgument = keyPointArgument;
- }
- public String getKeyPointArgument()
- {
- return keyPointArgument;
- }
- public void setIsOutstanding(String isOutstanding)
- {
- this.isOutstanding = isOutstanding;
- }
- public String getIsOutstanding()
- {
- return isOutstanding;
- }
- public void setOutstandingArgument(String outstandingArgument)
- {
- this.outstandingArgument = outstandingArgument;
- }
- public String getOutstandingArgument()
- {
- return outstandingArgument;
- }
- public String getTopicType() {
- return topicType;
- }
- public void setTopicType(String topicType) {
- this.topicType = topicType;
- }
- @Override
- public String toString() {
- return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
- .append("sqmyId", getSqmyId())
- .append("sqmyUserId", getSqmyUserId())
- .append("sqmyNumber", getSqmyNumber())
- .append("title", getTitle())
- .append("lxrName", getLxrName())
- .append("lxrPhone", getLxrPhone())
- .append("sqmyName", getSqmyName())
- .append("sqmyPhone", getSqmyPhone())
- .append("sqmyContent", getSqmyContent())
- .append("isPublicity", getIsPublicity())
- .append("isSecret", getIsSecret())
- .append("unit", getUnit())
- .append("isRecord", getIsRecord())
- .append("sqmyProgress", getSqmyProgress())
- .append("rollingProcess", getRollingProcess())
- .append("complexType", getComplexType())
- .append("isCasesTogether", getIsCasesTogether())
- .append("uniteSqmyId", getUniteSqmyId())
- .append("cbdwdfwy", getCbdwdfwy())
- .append("satisfaction", getSatisfaction())
- .append("membersOpinion", getMembersOpinion())
- .append("zxSatisfaction", getZxSatisfaction())
- .append("zxOpinion", getZxOpinion())
- .append("isKeyPoint", getIsKeyPoint())
- .append("keyPointArgument", getKeyPointArgument())
- .append("isOutstanding", getIsOutstanding())
- .append("outstandingArgument", getOutstandingArgument())
- .append("createBy", getCreateBy())
- .append("createTime", getCreateTime())
- .append("updateBy", getUpdateBy())
- .append("updateTime", getUpdateTime())
- .append("remark", getRemark())
- .toString();
- }
- }
|