From ea1613944a1cb49bd8ac59dc6d0efd6032c9ab8c Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 01 Apr 2024 14:40:44 +0800
Subject: [PATCH] e呼,用户,住户,房屋,报事报修,场所详情,从业人员等api,通用接口标注

---
 src/main/java/org/springblade/modules/house/controller/UserHouseLabelController.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/springblade/modules/house/controller/UserHouseLabelController.java b/src/main/java/org/springblade/modules/house/controller/UserHouseLabelController.java
index c510707..0970bf2 100644
--- a/src/main/java/org/springblade/modules/house/controller/UserHouseLabelController.java
+++ b/src/main/java/org/springblade/modules/house/controller/UserHouseLabelController.java
@@ -195,7 +195,7 @@
 	 * @return
 	 */
 	@GetMapping("/getRegionStatisticalLabels")
-	@ApiOperation(value = "统计标签", notes = "")
+	@ApiOperation(value = "街道重点人员标签统计", notes = "")
 	public R<IPage<HouseholdLabelVO>> statisticalLabels(HouseholdLabelVO householdLabel, Query query) {
 		IPage<HouseholdLabelVO> pages = householdLabelService.statisticalLabels(Condition.getPage(query), householdLabel);
 		return R.data(pages);
@@ -208,7 +208,7 @@
 	 * @return
 	 */
 	@GetMapping("/getCommunityStatisticalLabels")
-	@ApiOperation(value = "统计标签", notes = "")
+	@ApiOperation(value = "社区重点人员标签统计", notes = "")
 	public R<IPage<HouseholdLabelVO>> getCommunityStatisticalLabels(HouseholdLabelVO householdLabel, Query query) {
 		IPage<HouseholdLabelVO> pages = householdLabelService.getCommunityStatisticalLabels(Condition.getPage(query), householdLabel);
 		return R.data(pages);

--
Gitblit v1.9.3