1、修改审批记录状态:去掉待审批

dev
shenzhidan 2026-03-09 09:59:40 +08:00
parent 3400867c7b
commit 038af4f932
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class TrainingApplyRecordAddCmd extends Command {
@NotEmpty(message = "关联项目不能为空")
private String projectName;
@ApiModelProperty(value = "审批状态1:审批中,2:审批完成", name = "approvalStatus", required = true)
@ApiModelProperty(value = "审批状态1:审批中,2:审批完成", name = "approvalStatus")
private Long approvalStatus;
@ApiModelProperty(value = "申请人员列表")