From d6495bdc5ac14e0926823c51d9fc0ca2a0fde3b7 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Mon, 3 Dec 2018 22:24:07 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/cc/ryanc/halo/model/domain/Attachment.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/cc/ryanc/halo/model/domain/Attachment.java b/src/main/java/cc/ryanc/halo/model/domain/Attachment.java index f49b84465..f1e612910 100644 --- a/src/main/java/cc/ryanc/halo/model/domain/Attachment.java +++ b/src/main/java/cc/ryanc/halo/model/domain/Attachment.java @@ -70,4 +70,9 @@ public class Attachment implements Serializable { * 附件长宽 */ private String attachWh; + + /** + * 附件来源,0:上传,1:外部链接 + */ + private Integer attachOrigin = 0; }