mirror of https://github.com/halo-dev/halo
🎨 代码优化
parent
8bc96dc629
commit
d6495bdc5a
|
@ -70,4 +70,9 @@ public class Attachment implements Serializable {
|
||||||
* 附件长宽
|
* 附件长宽
|
||||||
*/
|
*/
|
||||||
private String attachWh;
|
private String attachWh;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 附件来源,0:上传,1:外部链接
|
||||||
|
*/
|
||||||
|
private Integer attachOrigin = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue