From 53e62f2fedb2506793620454df0e9b5bcdfeaf96 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 23 一月 2023 18:47:22 +0800
Subject: [PATCH] 访客设置加入停车场功能

---
 service-community/src/main/java/com/java110/community/cmd/communityVenue/ListCommunityVenueCmd.java |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/service-community/src/main/java/com/java110/community/cmd/communityVenue/ListCommunityVenueCmd.java b/service-community/src/main/java/com/java110/community/cmd/communityVenue/ListCommunityVenueCmd.java
index 610eae6..c1aefc9 100644
--- a/service-community/src/main/java/com/java110/community/cmd/communityVenue/ListCommunityVenueCmd.java
+++ b/service-community/src/main/java/com/java110/community/cmd/communityVenue/ListCommunityVenueCmd.java
@@ -22,6 +22,7 @@
 import com.java110.core.event.cmd.Cmd;
 import com.java110.core.event.cmd.CmdEvent;
 import com.java110.core.factory.GenerateCodeFactory;
+import com.java110.doc.annotation.*;
 import com.java110.intf.community.ICommunityVenueV1InnerServiceSMO;
 import com.java110.po.communityVenue.CommunityVenuePo;
 import com.java110.utils.exception.CmdException;
@@ -38,6 +39,37 @@
 import org.slf4j.LoggerFactory;
 
 
+@Java110CmdDoc(title = "鏌ヨ鍦洪",
+        description = "鏌ヨ绯荤粺涓殑鏌ヨ鍦洪",
+        httpMethod = "get",
+        url = "http://{ip}:{port}/app/communityVenue.ListCommunityVenue",
+        resource = "communityDoc",
+        author = "鍚村鏂�",
+        serviceCode = "communityVenue.ListCommunityVenue"
+)
+
+@Java110ParamsDoc(params = {
+        @Java110ParamDoc(name = "page", type = "int", length = 11, remark = "鍒嗛〉椤垫暟"),
+        @Java110ParamDoc(name = "row", type = "int", length = 11, remark = "鍒嗛〉琛屾暟"),
+        @Java110ParamDoc(name = "communityId", length = 30, remark = "灏忓尯ID"),
+})
+
+@Java110ResponseDoc(
+        params = {
+                @Java110ParamDoc(name = "code", type = "int", length = 11, defaultValue = "0", remark = "杩斿洖缂栧彿锛�0 鎴愬姛 鍏朵粬澶辫触"),
+                @Java110ParamDoc(name = "msg", type = "String", length = 250, defaultValue = "鎴愬姛", remark = "鎻忚堪"),
+                @Java110ParamDoc(name = "data", type = "Array", remark = "鏈夋晥鏁版嵁"),
+                @Java110ParamDoc(parentNodeName = "data", name = "communityId", type = "String", remark = "灏忓尯ID"),
+                @Java110ParamDoc(parentNodeName = "data", name = "name", type = "String", remark = "鍦哄湴鍚嶇О"),
+                @Java110ParamDoc(parentNodeName = "data", name = "venueId", type = "String", remark = "鍦洪缂栧彿"),
+        }
+)
+
+@Java110ExampleDoc(
+        reqBody = "http://{ip}:{port}/app/communityVenue.ListCommunityVenue?communityId=2022081539020475&page=1&row=10",
+        resBody = "{\"code\":0,\"data\":[{\"name\":\"鏃犻渶鏂嘰",\"communityId\":\"2022081539020475\",\"venueId\":\"102022093043260007\"}],\"msg\":\"鎴愬姛\",\"page\":0,\"records\":1,\"rows\":0,\"total\":2}"
+)
+
 /**
  * 绫昏〃杩帮細鏌ヨ
  * 鏈嶅姟缂栫爜锛歝ommunityVenue.listCommunityVenue

--
Gitblit v1.8.0