From d7dca690cedd12e271f0ee0b9050679d73796f5c Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期一, 06 一月 2025 09:28:10 +0800 Subject: [PATCH] 1 --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContractBill.java | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContractBill.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContractBill.java index a5f8bfa..1d28bbf 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContractBill.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContractBill.java @@ -53,8 +53,8 @@ private String title; @ApiModelProperty(value = "璐﹀崟缂栧彿") private String code; - @ApiModelProperty(value = "绫诲瀷 0鍚堝悓璐﹀崟 1鑷缓璐﹀崟", example = "1") - @ExcelColumn(name="璐﹀崟鏉ユ簮",index = 12,width = 6,valueMapping = "0=鍚堝悓璐﹀崟;1=鑷缓璐﹀崟;") + @ApiModelProperty(value = "绫诲瀷 0鍚堝悓璐﹀崟 1鑷缓璐﹀崟 2閫�娆捐处鍗�", example = "1") + @ExcelColumn(name="璐﹀崟鏉ユ簮",index = 12,width = 6,valueMapping = "0=鍚堝悓璐﹀崟;1=鑷缓璐﹀崟;2=閫�娆捐处鍗�") private Integer type; @ApiModelProperty(value = "鐘舵�� 0寮�濮嬶紱1鍏抽棴锛�", example = "1") @@ -62,11 +62,12 @@ @ApiModelProperty(value = "寮�濮嬫椂闂�") @ExcelColumn(name="璁¤垂寮�濮嬫棩鏈�",index = 10,width = 6,dateFormat = "yyyy-MM-dd") - @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") private Date startDate; + @ApiModelProperty(value = "缁撴潫鏃堕棿") + @JsonFormat(pattern = "yyyy-MM-dd") @ExcelColumn(name="璁¤垂缁撴潫鏃ユ湡",index = 11,width = 6,dateFormat = "yyyy-MM-dd") - @DateTimeFormat(pattern = "yyyy-MM-dd") private Date endDate; @ApiModelProperty(value = "瀹為檯浠樻鏃�") @@ -75,7 +76,6 @@ @ApiModelProperty(value = "璁″垝浠樻鏃�") @JsonFormat(pattern = "yyyy-MM-dd") - @DateTimeFormat(pattern = "yyyy-MM-dd") private Date planPayDate; @ApiModelProperty(value = "鍚堝悓鏉℃缂栫爜锛堝叧鑱攜w_contract_detail)", example = "1") @@ -105,7 +105,6 @@ @ApiModelProperty(value = "璐圭敤绫诲瀷锛�0=鍛ㄦ湡璐圭敤锛�1=涓�娆℃�ц垂鐢�") @TableField(exist = false) private Integer feeType; - @ApiModelProperty(value = "鎵�灞炲叕鍙�", example = "1") private Integer companyId; @@ -162,6 +161,9 @@ @ExcelColumn(name="鍚堝悓缂栧彿",index = 2,width = 10) @TableField(exist = false) private String contractCode; + @ApiModelProperty(value = "鍚堝悓鐘舵��", example = "1") + @TableField(exist = false) + private Integer contractStatus; @ApiModelProperty(value = "妤煎畤鎴块棿", example = "1") @ExcelColumn(name="妤煎畤鎴块棿",index = 1,width = 10) @@ -173,6 +175,10 @@ @JsonFormat(pattern = "yyyy-MM-dd") private Date planPayDateStart; + @ApiModelProperty(value = "鍒涘缓浜哄悕绉�") + @ExcelColumn(name="鍒涘缓浜�",index = 9,width = 10) + @TableField(exist = false) + private String realname; @ApiModelProperty(value = "璁″垝浠樻鏃� - 缁撴潫") @TableField(exist = false) -- Gitblit v1.9.3