package com.mini.capi.biz.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 收入来源表 前端控制器 *
* * @author gaoxq * @since 2025-11-08 */ @RestController @RequestMapping("/biz/incomeSources") public class IncomeSourcesController { }