src/main/java/com/fzzy/async/fzzy40/entity/Fz40InoutContract.java
@@ -227,4 +227,18 @@ @PropertyDef(label = "更新时间") private Date updateTime; /** * --------附件-------- **/ @Column(name = "FILE_ID_", length = 30) @PropertyDef(label = "附件id") private String fileId; @Column(name = "FILE_NAME_", length = 50) @PropertyDef(label = "附件名称") private String fileName; @Column(name = "FILE_TIME_") @PropertyDef(label = "附件上传时间") private Date fileTime; }