package com.mini.capi.biz.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* VIEW 前端控制器 *
* * @author gaoxq * @since 2025-11-11 */ @RestController @RequestMapping("/biz/erpPeriodSummaryAccountYearView") public class ErpPeriodSummaryAccountYearViewController { }