fix(征求意见流程): getFileByStandardId 增加拆分info_id

This commit is contained in:
yjz
2024-07-10 16:29:30 +08:00
parent 15c9583bbb
commit e2c537062c
2 changed files with 2 additions and 2 deletions
@@ -94,5 +94,5 @@ public class OSSFile extends JeroEntity {
@TableField(exist = false)
@ApiModelProperty(value = "拆分info_id")
private String splitInfoIdS;
private String splitInfoIds;
}