update OSSFile新增字段

This commit is contained in:
lijiarao
2023-09-21 14:40:56 +08:00
parent 789b42be86
commit 5507c16d6e
@@ -25,8 +25,8 @@ public class OSSFile extends JeroEntity {
@Excel(name = "文件地址")
private String url;
@Excel(name = "标准文件类型(1发布稿(原文),2发布稿(译文),3修改单,4报批稿,5送审稿,6征求意见稿,7草案")
private Integer standardFileType;
@Excel(name = "标准文件类型(使用数据库字段名")
private String standardFileType;
@ApiModelProperty(value = "关联ID")
private String connectId;