优化
This commit is contained in:
@ -6,7 +6,7 @@ import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
@ -15,6 +15,6 @@ import java.io.Serializable;
|
||||
@ApiModel("务工者APP-查询个人基本信息对象")
|
||||
public class WgzAppPersonalBasicInformationReq implements Serializable {
|
||||
@ApiModelProperty("唯一标识")
|
||||
@NotBlank(message = "唯一标识不能为空")
|
||||
@NotNull(message = "唯一标识不能为空")
|
||||
private Long userId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user