From 4c96a8cf1eabd61c681ac9af538b9812a06f380b Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 09 十月 2023 14:47:05 +0800 Subject: [PATCH] Merge branch 'dev' of http://139.186.142.91:10010/r/productDev/parkBike into dev --- server/services/src/main/java/com/doumee/dao/business/model/Refund.java | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/server/services/src/main/java/com/doumee/dao/business/model/Refund.java b/server/services/src/main/java/com/doumee/dao/business/model/Refund.java index 9c9819e..c328599 100644 --- a/server/services/src/main/java/com/doumee/dao/business/model/Refund.java +++ b/server/services/src/main/java/com/doumee/dao/business/model/Refund.java @@ -1,5 +1,6 @@ package com.doumee.dao.business.model; +import com.baomidou.mybatisplus.annotation.TableLogic; import com.doumee.core.annotation.excel.ExcelColumn; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -27,7 +28,7 @@ @ApiModelProperty(value = "鍒涘缓鏃堕棿") @ExcelColumn(name="鍒涘缓鏃堕棿") - @JsonFormat(pattern = "yyyy-MM-dd") + //@JsonFormat(pattern = "yyyy-MM-dd") private Date createDate; @ApiModelProperty(value = "鍒涘缓浜�") @@ -36,7 +37,7 @@ @ApiModelProperty(value = "缂栬緫鏃堕棿") @ExcelColumn(name="缂栬緫鏃堕棿") - @JsonFormat(pattern = "yyyy-MM-dd") + //@JsonFormat(pattern = "yyyy-MM-dd") private Date editDate; @ApiModelProperty(value = "缂栬緫浜�") @@ -45,6 +46,7 @@ @ApiModelProperty(value = "鏄惁宸插垹闄� 0鏈垹闄� 1宸插垹闄�", example = "1") @ExcelColumn(name="鏄惁宸插垹闄� 0鏈垹闄� 1宸插垹闄�") + @TableLogic private Integer isdeleted; @ApiModelProperty(value = "澶囨敞") @@ -57,7 +59,7 @@ @ApiModelProperty(value = "鐢ㄦ埛缂栫爜锛堝叧鑱攎ember琛級", example = "1") @ExcelColumn(name="鐢ㄦ埛缂栫爜锛堝叧鑱攎ember琛級") - private BigDecimal memberId; + private String memberId; @ApiModelProperty(value = "浜ゆ槗閲戦", example = "1") @ExcelColumn(name="浜ゆ槗閲戦") @@ -81,7 +83,7 @@ @ApiModelProperty(value = "瀹屾垚鏃堕棿") @ExcelColumn(name="瀹屾垚鏃堕棿") - @JsonFormat(pattern = "yyyy-MM-dd") + //@JsonFormat(pattern = "yyyy-MM-dd") private Date doneDate; @ApiModelProperty(value = "閫�娆剧被鍨� 0缁撶畻閫�娆� 1寮哄埗缁撶畻閫�娆� 2缁撶畻鍚庨��娆�", example = "1") -- Gitblit v1.9.3