mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-11-19 08:07:42 +08:00
线上课课程简介改为可选
This commit is contained in:
@@ -21,7 +21,7 @@ public class CourseRequest {
|
||||
@NotBlank(message = "请上传课程封面")
|
||||
private String thumb;
|
||||
|
||||
@NotBlank(message = "请填写课程简介")
|
||||
@NotNull(message = "short_desc参数不存在")
|
||||
@JsonProperty("short_desc")
|
||||
private String shortDesc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user