update OSSFile新增字段
This commit is contained in:
@@ -25,8 +25,8 @@ public class OSSFile extends JeroEntity {
|
|||||||
@Excel(name = "文件地址")
|
@Excel(name = "文件地址")
|
||||||
private String url;
|
private String url;
|
||||||
|
|
||||||
@Excel(name = "标准文件类型(1发布稿(原文),2发布稿(译文),3修改单,4报批稿,5送审稿,6征求意见稿,7草案)")
|
@Excel(name = "标准文件类型(使用数据库字段名)")
|
||||||
private Integer standardFileType;
|
private String standardFileType;
|
||||||
|
|
||||||
@ApiModelProperty(value = "关联ID")
|
@ApiModelProperty(value = "关联ID")
|
||||||
private String connectId;
|
private String connectId;
|
||||||
|
|||||||
Reference in New Issue
Block a user