src/main/java/com/fzzy/async/fzzy40/entity/Fz40InoutPlan.java
@@ -84,4 +84,19 @@ @PropertyDef(label = "备注") private String remark; /** * --------附件-------- **/ @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; }