新增图表接口

This commit is contained in:
2025-11-12 13:07:06 +08:00
parent 798abce05e
commit 83076a77dd
121 changed files with 4054 additions and 1 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-11-12
*/
@RestController
@RequestMapping("/biz/bizProvince")
public class BizProvinceController {
}