update OSSFile新增字段
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user