From aee5abdde781ab426771f2024d57e3429aa2b95a Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期三, 15 十月 2025 10:29:40 +0800 Subject: [PATCH] 最新版本541200007 --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Category.java | 9 +++++++++ 1 files changed, 9 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 1710745..38fbbec 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 @@ -95,6 +95,15 @@ @ApiModelProperty(value = "瀹屾暣鍥剧墖鍦板潃 ") @TableField(exist = false) private String imgurlFull; + @ApiModelProperty(value = "绾胯矾鏁� ") + @TableField(exist = false) + private int lineNum; + @ApiModelProperty(value = "瀹屾垚绾胯矾璁$畻瀹㈡埛鏁� ") + @TableField(exist = false) + private int customerDoneNum; + @ApiModelProperty(value = "瀹㈡埛鏁� ") + @TableField(exist = false) + private int customerNum; @ApiModelProperty(value = "瀛愰泦鍒嗙被") @TableField(exist = false) -- Gitblit v1.9.3