From d06c577a634528b11bc4b83c2769f48992913cad Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 30 十月 2023 09:07:30 +0800 Subject: [PATCH] 修复bug --- server/services/src/main/java/com/doumee/dao/business/web/response/BikeLogDTO.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/server/services/src/main/java/com/doumee/dao/business/web/response/BikeLogDTO.java b/server/services/src/main/java/com/doumee/dao/business/web/response/BikeLogDTO.java index 7a81e97..513d3ec 100644 --- a/server/services/src/main/java/com/doumee/dao/business/web/response/BikeLogDTO.java +++ b/server/services/src/main/java/com/doumee/dao/business/web/response/BikeLogDTO.java @@ -13,6 +13,9 @@ @Data public class BikeLogDTO { + @ApiModelProperty(value = "缂栫爜") + private String id; + @ApiModelProperty(value = "鐢ㄦ埛OpenID") @ExcelColumn(name="鐢ㄦ埛",index = 1,width = 10,align = HorizontalAlignment.CENTER) private String openid; @@ -55,4 +58,12 @@ @ApiModelProperty(value = "杩樿溅鏃堕棿") @ExcelColumn(name="褰掕繕鏃堕棿",index = 14,width = 10,align = HorizontalAlignment.CENTER,dateFormat = "yyyy-MM-dd HH:mm:ss") private Date backDate; + + @ApiModelProperty(value = "鐘舵�� 0璇锋眰寮�閿佷腑 1楠戣涓� 2宸茶繕杞� 3寮�閿佸け璐�") + @ExcelColumn(name="鐘舵�� ", valueMapping = "0=璇锋眰寮�閿佷腑;1=楠戣涓�;2=宸茶繕杞�;3=寮�閿佸け璐�;" ,width = 10,align = HorizontalAlignment.CENTER) + private Integer status; + + @ApiModelProperty(value = "缁撶畻鐘舵��") + @ExcelColumn(name="缁撶畻鐘舵�� ", valueMapping = "0=鏈粨绠�;1=宸茬粨绠�;" ,width = 10,align = HorizontalAlignment.CENTER) + private Integer closeStatus; } -- Gitblit v1.9.3