From 7396f1b61c80d13aefb42305c2db6b0c93bbe56e Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 05 九月 2023 14:04:52 +0800
Subject: [PATCH] 框架整理

---
 server/src/main/java/com/doumee/dao/business/model/Category.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/server/src/main/java/com/doumee/dao/business/model/Category.java b/server/src/main/java/com/doumee/dao/business/model/Category.java
index c4b968d..d178550 100644
--- a/server/src/main/java/com/doumee/dao/business/model/Category.java
+++ b/server/src/main/java/com/doumee/dao/business/model/Category.java
@@ -88,6 +88,9 @@
     @ApiModelProperty(value = "鍚嶇О鎷奸煶棣栧瓧姣�")
     @ExcelColumn(name="鍚嶇О鎷奸煶棣栧瓧姣�")
     private String shortPinyin;
+    @ApiModelProperty(value = "浼佷笟缂栫爜")
+    @ExcelColumn(name="浼佷笟缂栫爜")
+    private Integer companyId;
 
 
     @ApiModelProperty(value = "鍙傛暟鍚嶇О 鍒楄〃鍊�")

--
Gitblit v1.9.3