feat: 通用带文件导出(是用OssFile表)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jero.modules.oss.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@@ -34,6 +35,9 @@ public class OSSFile extends JeroEntity {
|
||||
@ApiModelProperty(value = "标准id")
|
||||
private String standardId;
|
||||
|
||||
@ApiModelProperty(value = "标准编号")
|
||||
private String standardNo;
|
||||
|
||||
@ApiModelProperty(value = "创建人登录名称")
|
||||
private String createBy;
|
||||
|
||||
@@ -51,4 +55,12 @@ public class OSSFile extends JeroEntity {
|
||||
@ApiModelProperty(value = "所属部门")
|
||||
private String sysOrgCode;
|
||||
|
||||
/**
|
||||
* 带文件下载之后展示的名字
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "带文件下载之后展示的名字")
|
||||
private String fileDisplayName;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user