拆分已入库文本列表查询增加字典字段
This commit is contained in:
@@ -29,6 +29,10 @@ public class OSSFile extends JeroEntity {
|
||||
@Excel(name = "标准文件类型(使用数据库字段名)")
|
||||
private String standardFileType;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "文本状态")
|
||||
private String standardFileType_dictText;
|
||||
|
||||
@ApiModelProperty(value = "关联ID")
|
||||
private String connectId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user