This commit is contained in:
jiaji.H 2025-09-25 15:53:40 +08:00
parent 7aef40402e
commit c4aca47508

View File

@ -25,6 +25,7 @@ func AnnualReportCreate(ctx *gin.Context) {
service.Success(ctx, resp)
}
// 获取年度报告列表
func AnnualReportList(ctx *gin.Context) {
var req reports.GetAnnualReportListReq
if err := ctx.ShouldBindJSON(&req); err != nil {