This commit is contained in:
zt
2025-02-26 18:43:45 +08:00
parent 6ef339849e
commit 65ce01c325
29 changed files with 671 additions and 49 deletions

View File

@ -19,6 +19,8 @@ public class AppTaskDetailRecruitVO {
List<BgtProjectRecruitApplyVO> applyList;
@ApiModelProperty("总数")
private Integer total;
}