傅行帆 vor 6 Jahren
Ursprung
Commit
90a5bfaec6

+ 18
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/MessageController.java Datei anzeigen

@@ -0,0 +1,18 @@
1
+package com.community.huiju.controller;
2
+
3
+import io.swagger.annotations.Api;
4
+import org.springframework.cloud.context.config.annotation.RefreshScope;
5
+import org.springframework.web.bind.annotation.RequestMapping;
6
+import org.springframework.web.bind.annotation.RestController;
7
+
8
+/**
9
+ * @author FXF
10
+ * @date 2018-10-22
11
+ */
12
+@RestController
13
+@RefreshScope
14
+@RequestMapping("/")
15
+@Api("app端消息相关的API")
16
+public class MessageController {
17
+
18
+}

+ 640
- 489
文档/MYSQL/smartCommunity.pdb
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 618
- 490
文档/MYSQL/smartCommunity.pdm
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


BIN
文档/需求/app接口需求-第二版.xlsx Datei anzeigen