dev:人员资质证书修改校验参数

main
SondonYong 2025-11-19 16:27:13 +08:00
parent f9cf3cda3a
commit c81d15084c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import java.util.Date;
@AllArgsConstructor
public class UserQualificationInfoUpdateCmd extends Command {
@ApiModelProperty(value = "主键", name = "id", required = true)
@NotEmpty(message = "主键不能为空")
@NotNull(message = "主键不能为空")
private Long id;
@ApiModelProperty(value = "业务主键id", name = "userQualificationinfoId", required = true)