|
@@ -123,11 +123,9 @@ public class TempDirectorTrainingCampDetailWrapper {
|
|
|
private String study;
|
|
|
|
|
|
@ApiModelProperty(value = "目标效果")
|
|
|
- @NotEmpty(message = "请填写目标效果")
|
|
|
private String studyTarget;
|
|
|
|
|
|
@ApiModelProperty(value = "需求或建议")
|
|
|
- @NotEmpty(message = "请填写需求或建议")
|
|
|
private String suggestion;
|
|
|
|
|
|
@ApiModelProperty(value = "验证码")
|