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 | 3 +++ 1 files changed, 3 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 b52fa8d..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; -- Gitblit v1.9.3