From 3a154bdb0a5aaa2c0ac3eac95a6ba747068bd454 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 13 一月 2026 10:00:37 +0800
Subject: [PATCH] 优化
---
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/TelecomLineCountVO.java | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/TelecomLineCountVO.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/TelecomLineCountVO.java
new file mode 100644
index 0000000..191da13
--- /dev/null
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/TelecomLineCountVO.java
@@ -0,0 +1,32 @@
+package com.doumee.dao.business.vo;
+
+import com.doumee.service.business.third.model.LoginUserModel;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+
+import java.util.List;
+
+/**
+ * 浜ゆ帶-绾胯矾淇℃伅琛�
+ * @author 姹熻箘韫�
+ * @date 2025/09/28 09:01
+ */
+@Data
+@ApiModel("浜ゆ帶-绾胯矾鎬昏 - 鐢典俊澶у睆")
+public class TelecomLineCountVO{
+
+
+ @ApiModelProperty(value = "涓荤嚎璺暟", example = "1")
+ private Integer categoryNum;
+
+ @ApiModelProperty(value = "绾胯矾鏁伴噺", example = "1")
+ private Integer lineNum;
+
+ @ApiModelProperty(value = "瀹㈡埛鏁伴噺", example = "1")
+ private Integer customerNum;
+
+ @ApiModelProperty(value = "绾胯矾鏁版嵁", example = "1")
+ private List<TelecomCategoryDataVO> telecomCategoryDataVOList;
+
+}
--
Gitblit v1.9.3