Merge branch 'feat-hjj-OfficialManage#A161' into dev

This commit is contained in:
jiaji.H 2025-09-25 15:53:52 +08:00
commit c977c9d435

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 {