Merge branch 'feat-hjj-OfficialManage#A161' into dev
This commit is contained in:
commit
c977c9d435
@ -25,6 +25,7 @@ func AnnualReportCreate(ctx *gin.Context) {
|
|||||||
service.Success(ctx, resp)
|
service.Success(ctx, resp)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 获取年度报告列表
|
||||||
func AnnualReportList(ctx *gin.Context) {
|
func AnnualReportList(ctx *gin.Context) {
|
||||||
var req reports.GetAnnualReportListReq
|
var req reports.GetAnnualReportListReq
|
||||||
if err := ctx.ShouldBindJSON(&req); err != nil {
|
if err := ctx.ShouldBindJSON(&req); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user