From 1de073da73825442f1656ae80f790975a1e9b2a2 Mon Sep 17 00:00:00 2001 From: jiaosong <jiaosong6760@dingtalk.com> Date: 星期一, 23 十月 2023 18:01:07 +0800 Subject: [PATCH] # 到处字段调整 配置数据启用逻辑 价格配置文案调整 --- 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..59f9e16 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=寮�閿佸け璐�;" ,index = 5,width = 10,align = HorizontalAlignment.CENTER) + private Integer status; + + @ApiModelProperty(value = "缁撶畻鐘舵��") + @ExcelColumn(name="缁撶畻鐘舵�� ", valueMapping = "0=鏈粨绠�;1=宸茬粨绠�;" ,index = 4,width = 10,align = HorizontalAlignment.CENTER) + private Integer closeStatus; } -- Gitblit v1.9.3