model 增加字段

master
ck 5 years ago
parent 07fc750fdd
commit e661908df6

@ -11,5 +11,11 @@ public class CaseContentAttachment extends BaseEntity{
private Long contentId; private Long contentId;
private String attachmentName;
private String attachmentUrl; private String attachmentUrl;
private String size;
private String type;
} }

Loading…
Cancel
Save