文件关系模型,增加文件有效标志

This commit is contained in:
s2042968 2025-02-14 12:04:30 +08:00
parent c72e25f4b0
commit dac0f34565
1 changed files with 4 additions and 0 deletions

View File

@ -25,4 +25,8 @@ public class FileSimpleInfoVO {
*/ */
private Integer fileVersion; private Integer fileVersion;
/**
* 是否有效
*/
private Integer effectFlag;
} }