From 3d7be16ba28560f6d308d4e405310b0d1c0d5855 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 17 十二月 2025 09:35:42 +0800
Subject: [PATCH] 优化
---
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Category.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Category.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Category.java
index 3c1dbea..44067d7 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Category.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Category.java
@@ -110,6 +110,9 @@
private List<Category> childCategoryList;
@ApiModelProperty(value = "瀹㈡埛闆嗗悎")
@TableField(exist = false)
+ private List<JkCustomer> needList;
+ @ApiModelProperty(value = "瀹㈡埛闆嗗悎")
+ @TableField(exist = false)
private List<JkCustomer> customerList;
--
Gitblit v1.9.3