fix(征求意见流程): getFileByStandardId 增加拆分info_id
This commit is contained in:
@@ -91,4 +91,8 @@ public class OSSFile extends JeroEntity {
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "标准名称")
|
||||
private String standardName;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "拆分info_id")
|
||||
private String splitInfoId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user