作者同步问题

This commit is contained in:
wucongxing8150 2025-08-29 17:35:36 +08:00
parent 3e3a0df1ca
commit 8195f66ed1

View File

@ -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")