From c462126d2eaf08e95c7bbb7f5db0a1a826356a75 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 28 十一月 2024 15:08:13 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContract.java | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContract.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContract.java index e7ecb22..85292b5 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContract.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwContract.java @@ -54,9 +54,10 @@ @ExcelColumn(name="鍚堝悓鎽樿") private String remark; - @ApiModelProperty(value = "鐘舵�� 0寰呮墽琛� 1鎵ц涓� 2宸插埌鏈� 3宸查��绉�", example = "1") - @ExcelColumn(name="鐘舵�� 0寰呮墽琛� 1鎵ц涓� 2宸插埌鏈� 3宸查��绉�") + @ApiModelProperty(value = "鐘舵�� 0寰呮墽琛� 1鎵ц涓� 2宸插埌鏈� 3閫�绉熶腑 4宸查��绉�", example = "1") + @ExcelColumn(name="鐘舵�� 0寰呮墽琛� 1鎵ц涓� 2宸插埌鏈� 3閫�绉熶腑 4宸查��绉�") private Integer status; + @ApiModelProperty(value = "璐﹀崟缁撴竻鐘舵�侊細 0寰呬粯娆� 1閮ㄥ垎鏀舵 2宸茬粨娓� 3宸插叧闂�", example = "1") @ExcelColumn(name="璐﹀崟缁撴竻鐘舵�侊細 0寰呬粯娆� 1閮ㄥ垎鏀舵 2宸茬粨娓� 3宸插叧闂�") private Integer billStatus; @@ -75,14 +76,17 @@ @ApiModelProperty(value = "绛捐鏃ユ湡") @ExcelColumn(name="绛捐鏃ユ湡") + @JsonFormat(pattern = "yyyy-MM-dd") private Date signDate; @ApiModelProperty(value = "寮�濮嬫棩鏈�") @ExcelColumn(name="寮�濮嬫棩鏈�") + @JsonFormat(pattern = "yyyy-MM-dd") private Date startDate; @ApiModelProperty(value = "缁撴潫鏃ユ湡") @ExcelColumn(name="缁撴潫鏃ユ湡") + @JsonFormat(pattern = "yyyy-MM-dd") private Date endDate; @ApiModelProperty(value = "椤圭洰缂栫爜锛堝叧鑱攜w_project)", example = "1") @@ -126,6 +130,7 @@ @ApiModelProperty(value = "閫�绉熸棩鏈�") @ExcelColumn(name="閫�绉熸棩鏈�") + @JsonFormat(pattern = "yyyy-MM-dd") private Date btDate; @ApiModelProperty(value = "閫�绉熺粡鍔炰汉缂栫爜", example = "1") @@ -134,6 +139,7 @@ @ApiModelProperty(value = "閫�绉熺鍒版棩鏈�") @ExcelColumn(name="閫�绉熺鍒版棩鏈�") + @JsonFormat(pattern = "yyyy-MM-dd") private Date btSignDate; @ApiModelProperty(value = "閫�绉熺粨绠楅噾棰濆悎璁�", example = "1") @@ -161,10 +167,12 @@ @ApiModelProperty(value = "绉熻祦鍏嶇鏈熷紑濮嬫棩鏈�") @ExcelColumn(name="绉熻祦鍏嶇鏈熷紑濮嬫棩鏈�") + @JsonFormat(pattern = "yyyy-MM-dd") private Date zlFreeStartDate; @ApiModelProperty(value = "绉熻祦鍏嶇鏈熺粨鏉熸棩鏈�") @ExcelColumn(name="绉熻祦鍏嶇鏈熺粨鏉熸棩鏈�") + @JsonFormat(pattern = "yyyy-MM-dd") private Date zlFreeEndDate; @ApiModelProperty(value = "鐗╀笟鎶奸噾锛堝厓锛�", example = "1") @@ -177,10 +185,12 @@ @ApiModelProperty(value = "鐗╀笟鍏嶇鏈熷紑濮嬫棩鏈�") @ExcelColumn(name="鐗╀笟鍏嶇鏈熷紑濮嬫棩鏈�") + @JsonFormat(pattern = "yyyy-MM-dd") private Date wyFreeStartDate; @ApiModelProperty(value = "鐗╀笟鍏嶇鏈熺粨鏉熸棩鏈�") @ExcelColumn(name="鐗╀笟鍏嶇鏈熺粨鏉熸棩鏈�") + @JsonFormat(pattern = "yyyy-MM-dd") private Date wyFreeEndDate; @ApiModelProperty(value = "绉熻祦鎬婚噾棰�", example = "1") -- Gitblit v1.9.3