新增图表接口

This commit is contained in:
2025-11-12 13:06:27 +08:00
parent bae6724e3b
commit 798abce05e
152 changed files with 10 additions and 4811 deletions

View File

@@ -1,18 +0,0 @@
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-11-09
*/
@RestController
@RequestMapping("/biz/bizProvince")
public class BizProvinceController {
}