Commit b91dfd53 authored by 侯彦文's avatar 侯彦文

文件目录新增字段

parent eadbc292
......@@ -72,6 +72,16 @@ public class ExtDxDocumentFolderVO extends IdOnlyVO implements IdVO ,DxLogicDele
* 父级Id
*/
private Long parentId;
/**
* 卷号
*/
private String volumeNumber;
/**
* 保管年限
*/
private String storagePeriod;
}
......@@ -66,6 +66,16 @@ public class ExtDxDocumentFolder extends IdOnlyEntity implements IdEntity ,DxLog
* 父级Id
*/
private Long parentId;
/**
* 卷号
*/
private String volumeNumber;
/**
* 保管年限
*/
private String storagePeriod;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment