dev:人员资质证书修改校验参数
parent
f9cf3cda3a
commit
c81d15084c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue