API数据表更新

This commit is contained in:
2025-08-25 22:15:03 +08:00
parent eb9a677204
commit 69ccb46e2a
168 changed files with 5384 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* 支出记录表 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-08-25
*/
@RestController
@RequestMapping("/biz/expenses")
public class ExpensesController {
}