|
@@ -1,4 +1,4 @@
|
|
|
-package com.caimei365.manager.controller.caimei;
|
|
|
+package com.caimei365.manager.controller.caimei.finance;
|
|
|
|
|
|
import com.caimei365.manager.entity.ResponseJson;
|
|
|
import com.caimei365.manager.entity.caimei.ReceiptPermission;
|
|
@@ -10,12 +10,12 @@ import javax.annotation.Resource;
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
|
- * 财务管理接口
|
|
|
+ * 线下收款用户接口
|
|
|
* @author Charles
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/finance")
|
|
|
-public class FinanceApi {
|
|
|
+public class ReceiptUserApi {
|
|
|
|
|
|
|
|
|
@Resource
|