From 7cdea6d16a8b9f74800792ea412ad8b51c4df7f4 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 22 十月 2024 17:48:38 +0800 Subject: [PATCH] 最新版本541200007 --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Platform.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Platform.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Platform.java index 2574f93..f733483 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Platform.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Platform.java @@ -65,6 +65,9 @@ @ApiModelProperty(value = "澶囨敞") @ExcelColumn(name="澶囨敞") private String remark; + @ApiModelProperty(value = "led绌洪棽鏂囨") + @ExcelColumn(name="led绌洪棽鏂囨") + private String ledContent; @ApiModelProperty(value = "鐘舵�� 0姝e父 1绂佺敤", example = "1") @ExcelColumn(name="鐘舵�� 0姝e父 1绂佺敤") @@ -217,6 +220,8 @@ @TableField(exist = false) private BigDecimal useRata; + + @ApiModelProperty(value = "鏈堝彴浣滀笟鏁版嵁") @TableField(exist = false) private PlatformWorkVO platformWorkVO; -- Gitblit v1.9.3