diff --git a/casic-service-cws/casic-cws-case/src/main/java/com/casic/missiles/modular/cwscase/model/Casedetail.java b/casic-service-cws/casic-cws-case/src/main/java/com/casic/missiles/modular/cwscase/model/Casedetail.java index d45fbcb..d70c591 100644 --- a/casic-service-cws/casic-cws-case/src/main/java/com/casic/missiles/modular/cwscase/model/Casedetail.java +++ b/casic-service-cws/casic-cws-case/src/main/java/com/casic/missiles/modular/cwscase/model/Casedetail.java @@ -1,14 +1,14 @@ package com.casic.missiles.modular.cwscase.model; -import java.io.Serializable; - -import java.util.Date; -import com.baomidou.mybatisplus.annotations.TableId; -import com.baomidou.mybatisplus.annotations.TableField; import com.baomidou.mybatisplus.activerecord.Model; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.annotations.TableId; import com.baomidou.mybatisplus.annotations.TableName; import com.baomidou.mybatisplus.enums.IdType; +import java.io.Serializable; +import java.util.Date; + /** *

* 案件拓展详情表(0表示否,1表示是) @@ -25,7 +25,7 @@ /** * 主键(同主表ID) */ - @TableId(value = "ID",type= IdType.ID_WORKER) + @TableId(value = "ID", type = IdType.ID_WORKER) private Long id; /** * 是否全流程催办 @@ -98,7 +98,6 @@ @TableField("IS_SATISFIED") private Integer isSatisfied; - public Long getId() { return id; } @@ -227,21 +226,21 @@ @Override public String toString() { return "Casedetail{" + - "id=" + id + - ", isreminders=" + isreminders + - ", isquickReport=" + isquickReport + - ", isNeedRevisit=" + isNeedRevisit + - ", isNeedVerify=" + isNeedVerify + - ", isCanAppAdjustment=" + isCanAppAdjustment + - ", checktype=" + checktype + - ", superviseUserid=" + superviseUserid + - ", superviseRemarks=" + superviseRemarks + - ", isAttention=" + isAttention + - ", attentionRemarks=" + attentionRemarks + - ", revisitTime=" + revisitTime + - ", satisfactionRemarks=" + satisfactionRemarks + - ", satisfaction=" + satisfaction + - ", isSatisfied=" + isSatisfied + - "}"; + "id=" + id + + ", isreminders=" + isreminders + + ", isquickReport=" + isquickReport + + ", isNeedRevisit=" + isNeedRevisit + + ", isNeedVerify=" + isNeedVerify + + ", isCanAppAdjustment=" + isCanAppAdjustment + + ", checktype=" + checktype + + ", superviseUserid=" + superviseUserid + + ", superviseRemarks=" + superviseRemarks + + ", isAttention=" + isAttention + + ", attentionRemarks=" + attentionRemarks + + ", revisitTime=" + revisitTime + + ", satisfactionRemarks=" + satisfactionRemarks + + ", satisfaction=" + satisfaction + + ", isSatisfied=" + isSatisfied + + "}"; } } diff --git a/casic-service-cws/casic-cws-case/src/main/java/com/casic/missiles/modular/cwscase/model/Casedetail.java b/casic-service-cws/casic-cws-case/src/main/java/com/casic/missiles/modular/cwscase/model/Casedetail.java index d45fbcb..d70c591 100644 --- a/casic-service-cws/casic-cws-case/src/main/java/com/casic/missiles/modular/cwscase/model/Casedetail.java +++ b/casic-service-cws/casic-cws-case/src/main/java/com/casic/missiles/modular/cwscase/model/Casedetail.java @@ -1,14 +1,14 @@ package com.casic.missiles.modular.cwscase.model; -import java.io.Serializable; - -import java.util.Date; -import com.baomidou.mybatisplus.annotations.TableId; -import com.baomidou.mybatisplus.annotations.TableField; import com.baomidou.mybatisplus.activerecord.Model; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.annotations.TableId; import com.baomidou.mybatisplus.annotations.TableName; import com.baomidou.mybatisplus.enums.IdType; +import java.io.Serializable; +import java.util.Date; + /** *

* 案件拓展详情表(0表示否,1表示是) @@ -25,7 +25,7 @@ /** * 主键(同主表ID) */ - @TableId(value = "ID",type= IdType.ID_WORKER) + @TableId(value = "ID", type = IdType.ID_WORKER) private Long id; /** * 是否全流程催办 @@ -98,7 +98,6 @@ @TableField("IS_SATISFIED") private Integer isSatisfied; - public Long getId() { return id; } @@ -227,21 +226,21 @@ @Override public String toString() { return "Casedetail{" + - "id=" + id + - ", isreminders=" + isreminders + - ", isquickReport=" + isquickReport + - ", isNeedRevisit=" + isNeedRevisit + - ", isNeedVerify=" + isNeedVerify + - ", isCanAppAdjustment=" + isCanAppAdjustment + - ", checktype=" + checktype + - ", superviseUserid=" + superviseUserid + - ", superviseRemarks=" + superviseRemarks + - ", isAttention=" + isAttention + - ", attentionRemarks=" + attentionRemarks + - ", revisitTime=" + revisitTime + - ", satisfactionRemarks=" + satisfactionRemarks + - ", satisfaction=" + satisfaction + - ", isSatisfied=" + isSatisfied + - "}"; + "id=" + id + + ", isreminders=" + isreminders + + ", isquickReport=" + isquickReport + + ", isNeedRevisit=" + isNeedRevisit + + ", isNeedVerify=" + isNeedVerify + + ", isCanAppAdjustment=" + isCanAppAdjustment + + ", checktype=" + checktype + + ", superviseUserid=" + superviseUserid + + ", superviseRemarks=" + superviseRemarks + + ", isAttention=" + isAttention + + ", attentionRemarks=" + attentionRemarks + + ", revisitTime=" + revisitTime + + ", satisfactionRemarks=" + satisfactionRemarks + + ", satisfaction=" + satisfaction + + ", isSatisfied=" + isSatisfied + + "}"; } } diff --git a/casic-service-support/src/main/java/com/casic/missiles/modular/cwscase/model/CwsCase.java b/casic-service-support/src/main/java/com/casic/missiles/modular/cwscase/model/CwsCase.java index 2103a46..78bc9da 100644 --- a/casic-service-support/src/main/java/com/casic/missiles/modular/cwscase/model/CwsCase.java +++ b/casic-service-support/src/main/java/com/casic/missiles/modular/cwscase/model/CwsCase.java @@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.annotations.TableId; import com.baomidou.mybatisplus.annotations.TableName; import com.baomidou.mybatisplus.enums.IdType; +import lombok.Data; import java.io.Serializable; import java.math.BigDecimal; @@ -18,6 +19,7 @@ * @author stylefeng123 * @since 2019-09-23 */ +@Data @TableName("dcm_cws_case") public class CwsCase extends Model { @@ -217,310 +219,12 @@ @TableField("OBJ_CODE") private String objCode; + @TableField("PUNISH_TYPE") + private String punishType; - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public String getProcessId() { - return processId; - } - - public void setProcessId(String processId) { - this.processId = processId; - } - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - - public Long getCreateUser() { - return createUser; - } - - public void setCreateUser(Long createUser) { - this.createUser = createUser; - } - - public BigDecimal getDelFlag() { - return delFlag; - } - - public void setDelFlag(BigDecimal delFlag) { - this.delFlag = delFlag; - } - - public String getCaseid() { - return caseid; - } - - public void setCaseid(String caseid) { - this.caseid = caseid; - } - - public Integer getCaseState() { - return caseState; - } - - public void setCaseState(Integer caseState) { - this.caseState = caseState; - } - - public Integer getSource() { - return source; - } - - public void setSource(Integer source) { - this.source = source; - } - - public String getEorc() { - return eorc; - } - - public void setEorc(String eorc) { - this.eorc = eorc; - } - - public String getCasetypeCode() { - return casetypeCode; - } - - public void setCasetypeCode(String casetypeCode) { - this.casetypeCode = casetypeCode; - } - - public String getCasetypeDetailCode() { - return casetypeDetailCode; - } - - public void setCasetypeDetailCode(String casetypeDetailCode) { - this.casetypeDetailCode = casetypeDetailCode; - } - - public Long getGridId() { - return gridId; - } - - public void setGridId(Long gridId) { - this.gridId = gridId; - } - - public String getDescription() { - return description; - } - - public void setDescription(String description) { - this.description = description; - } - - public Date getLookTime() { - return lookTime; - } - - public void setLookTime(Date lookTime) { - this.lookTime = lookTime; - } - - public String getAreaCode() { - return areaCode; - } - - public void setAreaCode(String areaCode) { - this.areaCode = areaCode; - } - - public String getStreetCode() { - return streetCode; - } - - public void setStreetCode(String streetCode) { - this.streetCode = streetCode; - } - - public String getCommunityCode() { - return communityCode; - } - - public void setCommunityCode(String communityCode) { - this.communityCode = communityCode; - } - - public String getFieldintro() { - return fieldintro; - } - - public void setFieldintro(String fieldintro) { - this.fieldintro = fieldintro; - } - - public Integer getCaseLevel() { - return caseLevel; - } - - public void setCaseLevel(Integer caseLevel) { - this.caseLevel = caseLevel; - } - - public Long getOnedeptid() { - return onedeptid; - } - - public void setOnedeptid(Long onedeptid) { - this.onedeptid = onedeptid; - } - - public Long getTwodeptid() { - return twodeptid; - } - - public void setTwodeptid(Long twodeptid) { - this.twodeptid = twodeptid; - } - - public Integer getOptLock() { - return optLock; - } - - public void setOptLock(Integer optLock) { - this.optLock = optLock; - } - - public Integer getClickFlag() { - return clickFlag; - } - - public void setClickFlag(Integer clickFlag) { - this.clickFlag = clickFlag; - } - - public Date getClickTime() { - return clickTime; - } - - public void setClickTime(Date clickTime) { - this.clickTime = clickTime; - } - - public Long getClickUser() { - return clickUser; - } - - public void setClickUser(Long clickUser) { - this.clickUser = clickUser; - } - - public Long getShopId() { - return shopId; - } - - public void setShopId(Long shopId) { - this.shopId = shopId; - } - - public String getShopkeeperName() { - return shopkeeperName; - } - - public void setShopkeeperName(String shopkeeperName) { - this.shopkeeperName = shopkeeperName; - } - - public String getShopPhone() { - return shopPhone; - } - - public void setShopPhone(String shopPhone) { - this.shopPhone = shopPhone; - } - - public String getLng() { - return lng; - } - - public void setLng(String lng) { - this.lng = lng; - } - - public String getLat() { - return lat; - } - - public void setLat(String lat) { - this.lat = lat; - } - - public Integer getEbCaseState() { - return ebCaseState; - } - - public void setEbCaseState(Integer ebCaseState) { - this.ebCaseState = ebCaseState; - } - - public String getReporterName() { - return reporterName; - } - - public void setReporterName(String reporterName) { - this.reporterName = reporterName; - } - - public String getReporterPhone() { - return reporterPhone; - } - - public void setReporterPhone(String reporterPhone) { - this.reporterPhone = reporterPhone; - } - - public Long getCasetypesTimeId() { - return casetypesTimeId; - } - - public void setCasetypesTimeId(Long casetypesTimeId) { - this.casetypesTimeId = casetypesTimeId; - } - - public String getFileIdVerify() { - return fileIdVerify; - } - - public void setFileIdVerify(String fileIdVerify) { - this.fileIdVerify = fileIdVerify; - } - - public String getFileIdCheck() { - return fileIdCheck; - } - - public void setFileIdCheck(String fileIdCheck) { - this.fileIdCheck = fileIdCheck; - } - - public String getFileIdProcess() { - return fileIdProcess; - } - - public void setFileIdProcess(String fileIdProcess) { - this.fileIdProcess = fileIdProcess; - } - - public String getObjCode() { - return objCode; - } + @TableField("PUNISH_REMARKS") + private String punishRemarks; - public void setObjCode(String objCode) { - this.objCode = objCode; - } @Override protected Serializable pkVal() {