From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期四, 11 九月 2025 18:43:14 +0800 Subject: [PATCH] 最新版本541200007 --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Platform.java | 4 ++++ 1 files changed, 4 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 4d0e689..ade110e 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 @@ -71,6 +71,9 @@ @ApiModelProperty(value = "鐘舵�� 0姝e父 1绂佺敤", example = "1") @ExcelColumn(name="鐘舵�� 0姝e父 1绂佺敤") private Integer status; + @ApiModelProperty(value = "绫诲瀷 0鏁存墭鐩� 1鏁d欢", example = "1") + @ExcelColumn(name="绫诲瀷 0鏁存墭鐩� 1鏁d欢") + private Integer type; @ApiModelProperty(value = "鏈堝彴鐘舵�� 0-鏃犺溅 1-鏈夎溅 2-瓒呮椂鍋滈潬 3-閿欒鍋滈潬", example = "1") @ExcelColumn(name="鏈堝彴鐘舵�� 0-鏃犺溅 1-鏈夎溅 2-瓒呮椂鍋滈潬 3-閿欒鍋滈潬") private Integer platformStatus; @@ -145,6 +148,7 @@ @ApiModelProperty(value = "瑙掑害", example = "1") @ExcelColumn(name="瑙掑害") private BigDecimal angle; + @ApiModelProperty(value = "鏈堝彴浣滀笟鏁堢巼锛堜竾鏀�/灏忔椂锛�", example = "1") @ExcelColumn(name="鏈堝彴浣滀笟鏁堢巼锛堜竾鏀�/灏忔椂锛�") private BigDecimal workRate; -- Gitblit v1.9.3