This commit is contained in:
zt
2025-03-14 18:22:17 +08:00
parent 6e4036b2e9
commit c93ad97c38
24 changed files with 417 additions and 48 deletions

View File

@ -64,7 +64,7 @@ public class AppTaskVO {
private LocalDateTime createTime;
@ApiModelProperty("申请数量")
private Integer applyNum;
private Integer applyNum=0;
@ApiModelProperty("判断标志")
private Boolean myTask;