音视频文本配置列表界面选中配置,增加编译配置id
导出excel增加性质、分类、标签属性值获取
This commit is contained in:
@@ -60,13 +60,13 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 有效标识
|
||||
*/
|
||||
@ExcelField(title="valid_identifier")
|
||||
@ExcelField(title="valid_identifier",dictType="VALID_IDENTIFIER")
|
||||
@Expose
|
||||
protected Integer isValid;
|
||||
/**
|
||||
* 是否审核
|
||||
*/
|
||||
@ExcelField(title="is_audit")
|
||||
@ExcelField(title="is_audit",dictType="AUDIT_STATUS")
|
||||
protected Integer isAudit;
|
||||
/**
|
||||
* 创建人员
|
||||
@@ -130,22 +130,22 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 是否区域gk
|
||||
*/
|
||||
@ExcelField(title="whether_area_block")
|
||||
@ExcelField(title="whether_area_block",dictType="WHETHER_AREA_BLOCK")
|
||||
protected Integer isAreaEffective;
|
||||
/**
|
||||
* 分类
|
||||
*/
|
||||
@ExcelField(title="type")
|
||||
@ExcelField(title="type",dictType="type")
|
||||
protected String classify;
|
||||
/**
|
||||
* 性质
|
||||
*/
|
||||
@ExcelField(title="attribute")
|
||||
@ExcelField(title="attribute",dictType="attribute")
|
||||
protected String attribute;
|
||||
/**
|
||||
* 标签
|
||||
*/
|
||||
@ExcelField(title="label")
|
||||
@ExcelField(title="label",dictType="label")
|
||||
protected String lable;
|
||||
/**
|
||||
* 分类
|
||||
|
||||
Reference in New Issue
Block a user