package com.mini.capi.biz.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 省份信息表 前端控制器 *

* * @author gaoxq * @since 2025-08-25 */ @RestController @RequestMapping("/biz/province") public class ProvinceController { }