555554555
This commit is contained in:
parent
b35c0e5b29
commit
7c310bb9a0
@ -42,8 +42,7 @@ public class CaseClinicalArticleUpdateForm {
|
||||
@NotNull(message = "发表时间 不能为空")
|
||||
private LocalDateTime pushDate;
|
||||
|
||||
@Schema(description = "是否外部链接(0:否 1:是)", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@NotNull(message = "是否外部链接(0:否 1:是) 不能为空")
|
||||
@Schema(description = "是否外部链接(0:否 1:是)")
|
||||
private Integer isLink;
|
||||
|
||||
@Schema(description = "外部链接地址")
|
||||
@ -53,8 +52,7 @@ public class CaseClinicalArticleUpdateForm {
|
||||
@JsonDeserialize(using = FileKeyVoDeserializer.class)
|
||||
private String shareQrcode;
|
||||
|
||||
@Schema(description = "内容", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@NotBlank(message = "内容 不能为空")
|
||||
@Schema(description = "内容")
|
||||
private String articleContent;
|
||||
|
||||
@Schema(description = "作者列表")
|
||||
|
||||
@ -39,7 +39,7 @@ public class CaseClinicalVideoUpdateForm {
|
||||
@NotNull(message = "删除状态(0:否 1:是) 不能为空")
|
||||
private Integer deleteStatus;
|
||||
|
||||
@Schema(description = "视频编号(保利)", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@Schema(description = "视频编号(保利)")
|
||||
@NotBlank(message = "视频编号 不能为空")
|
||||
private String videoNo;
|
||||
|
||||
@ -47,8 +47,7 @@ public class CaseClinicalVideoUpdateForm {
|
||||
@NotNull(message = "发表时间 不能为空")
|
||||
private LocalDateTime pushDate;
|
||||
|
||||
@Schema(description = "是否外部链接(0:否 1:是)", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@NotNull(message = "是否外部链接(0:否 1:是) 不能为空")
|
||||
@Schema(description = "是否外部链接(0:否 1:是)")
|
||||
private Integer isLink;
|
||||
|
||||
@Schema(description = "外部链接地址")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user