|
@@ -51,7 +51,7 @@ public class CourseInfoAddParam {
|
|
|
|
|
|
|
|
/** 所属院系ID */
|
|
/** 所属院系ID */
|
|
|
@ApiModelProperty(value = "所属院系ID", position = 7)
|
|
@ApiModelProperty(value = "所属院系ID", position = 7)
|
|
|
- @NotBlank(message = "院系ID不能为空")
|
|
|
|
|
|
|
+// @NotBlank(message = "院系ID不能为空")
|
|
|
private String collegeId;
|
|
private String collegeId;
|
|
|
|
|
|
|
|
/** 附件id */
|
|
/** 附件id */
|
|
@@ -96,7 +96,7 @@ public class CourseInfoAddParam {
|
|
|
|
|
|
|
|
/** 二级院系ID */
|
|
/** 二级院系ID */
|
|
|
@ApiModelProperty(value = "二级院系ID", position = 7)
|
|
@ApiModelProperty(value = "二级院系ID", position = 7)
|
|
|
-// @NotBlank(message = "二级院系ID不能为空")
|
|
|
|
|
|
|
+ @NotBlank(message = "二级院系ID不能为空")
|
|
|
private String collegeTwoId;
|
|
private String collegeTwoId;
|
|
|
|
|
|
|
|
/** 三级院系ID */
|
|
/** 三级院系ID */
|