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