|
@@ -1,4 +1,19 @@
|
|
package com.huaxu.controller;
|
|
package com.huaxu.controller;
|
|
|
|
|
|
|
|
+
|
|
|
|
+import io.swagger.annotations.Api;
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * @description
|
|
|
|
+ * @auto wangbo
|
|
|
|
+ * @data 2021/3/18 10:50
|
|
|
|
+ */
|
|
|
|
+@RestController
|
|
|
|
+@RequestMapping("/appPageReport")
|
|
|
|
+@Api(tags = "App总览报表")
|
|
public class AppPageReportController {
|
|
public class AppPageReportController {
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|