|
@@ -0,0 +1,14 @@
|
|
|
|
+package com.caimei365.manager.controller.caimei;
|
|
|
|
+
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * 财务管理接口
|
|
|
|
+ */
|
|
|
|
+@RestController
|
|
|
|
+@RequestMapping("/finance")
|
|
|
|
+public class FinanceApi {
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+}
|