更新文件bug修复
This commit is contained in:
@@ -173,6 +173,7 @@ public class FileMetadataInfo implements Serializable {
|
||||
private String tag10;
|
||||
|
||||
@Schema(description= "approvalStatus")
|
||||
@TableField(value = "approvalStatus")
|
||||
private String approvalStatus;
|
||||
|
||||
// 返回前端 approveType 非0的,前端禁止下载、编辑、删除
|
||||
@@ -181,6 +182,7 @@ public class FileMetadataInfo implements Serializable {
|
||||
private Integer approveType;
|
||||
|
||||
@Schema(description= "tempMetadata")
|
||||
@TableField(value = "tempMetadata")
|
||||
private String tempMetadata;
|
||||
|
||||
@Schema(description= "cidFlowId:cid审核电子流程id")
|
||||
|
||||
Reference in New Issue
Block a user