From f7b760a680397fd0a3de2d8de36a2601de98530d Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 02 七月 2025 10:36:06 +0800 Subject: [PATCH] ss --- server/src/main/java/com/doumee/dao/business/model/Information.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/server/src/main/java/com/doumee/dao/business/model/Information.java b/server/src/main/java/com/doumee/dao/business/model/Information.java index eb4a68b..8567208 100644 --- a/server/src/main/java/com/doumee/dao/business/model/Information.java +++ b/server/src/main/java/com/doumee/dao/business/model/Information.java @@ -73,6 +73,9 @@ @ApiModelProperty(value = "鎺掑簭鐮�", example = "1") @ExcelColumn(name="鎺掑簭鐮�") private Integer sortnum; + @ApiModelProperty(value = "绫诲瀷锛�0鍜ㄨ 1妗堜緥锛�", example = "1") + @ExcelColumn(name="绫诲瀷锛�0鍜ㄨ 1妗堜緥") + private Integer type; @ApiModelProperty(value = "鐘舵�� 0姝e父 1绂佺敤", example = "1") -- Gitblit v1.9.3