From 5decddf6a5dd2cda32880c07c545b8246ceada2d Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 11 十二月 2025 11:54:20 +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