From 0f4c2247d1da7ef731a58e3d30f4b7b68627a99d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 07 九月 2023 11:45:34 +0800
Subject: [PATCH] 代码生成

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

diff --git a/server/service/src/main/java/com/doumee/dao/business/model/Category.java b/server/service/src/main/java/com/doumee/dao/business/model/Category.java
index d178550..0c67dbb 100644
--- a/server/service/src/main/java/com/doumee/dao/business/model/Category.java
+++ b/server/service/src/main/java/com/doumee/dao/business/model/Category.java
@@ -91,6 +91,12 @@
     @ApiModelProperty(value = "浼佷笟缂栫爜")
     @ExcelColumn(name="浼佷笟缂栫爜")
     private Integer companyId;
+    @ApiModelProperty(value = "骞冲彴鍒嗙被缂栫爜")
+    @ExcelColumn(name="骞冲彴鍒嗙被缂栫爜")
+    private Integer platCateId;
+    @ApiModelProperty(value = "绫诲瀷 0鑷缓 1骞冲彴鍏宠仈")
+    @ExcelColumn(name="绫诲瀷")
+    private Integer type;
 
 
     @ApiModelProperty(value = "鍙傛暟鍚嶇О 鍒楄〃鍊�")

--
Gitblit v1.9.3