| | |
| | | @ApiModelProperty("职位") |
| | | @NotBlank(groups = AddGroup.class,message = "职位不能为空") |
| | | private String job; |
| | | |
| | | @ApiModelProperty("岗位职责") |
| | | @NotBlank(groups = AddGroup.class,message = "岗位职责不能为空") |
| | | private String jobResponsibilities; |
| | | |
| | | @ApiModelProperty("照片") |
| | | @NotBlank(groups = AddGroup.class,message = "照片不能为空") |
| | |
| | | |
| | | @ApiModelProperty(value = "用户名称",example = "") |
| | | private String name; |
| | | @ApiModelProperty(value="手机号",example = "") |
| | | private String phone; |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import org.omg.PortableInterceptor.INACTIVE; |
| | | |
| | | |
| | | import javax.validation.constraints.NotBlank; |
| | | import java.util.Date; |