作者同步问题
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ public class addClinicalVideoApp {
|
||||
// 是否外部链接(0:否 1:是)
|
||||
@JsonProperty("isLink")
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
private Integer isLink;
|
||||
private Integer isLink = 0;
|
||||
|
||||
// 外部链接地址
|
||||
@JsonProperty("isLinkUrl")
|
||||
|
||||
Reference in New Issue
Block a user