白名单、packed、stream导出
This commit is contained in:
@@ -72,18 +72,18 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
* GK类型
|
||||
*/
|
||||
@Expose
|
||||
@ExcelField(title="action",dictType="SERVICE_ACTION",sort=2)
|
||||
@ExcelField(title="action",dictType="SERVICE_ACTION",sort=20)
|
||||
protected Integer action;
|
||||
/**
|
||||
* 有效标识
|
||||
*/
|
||||
@ExcelField(title="valid_identifier",dictType="VALID_IDENTIFIER",sort=9)
|
||||
@ExcelField(title="valid_identifier",dictType="VALID_IDENTIFIER",sort=90)
|
||||
@Expose
|
||||
protected Integer isValid;
|
||||
/**
|
||||
* 是否审核
|
||||
*/
|
||||
@ExcelField(title="is_audit",dictType="AUDIT_STATUS",sort=10)
|
||||
@ExcelField(title="is_audit",dictType="AUDIT_STATUS",sort=100)
|
||||
protected Integer isAudit;
|
||||
/**
|
||||
* 创建人员
|
||||
@@ -92,12 +92,12 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 创建人员
|
||||
*/
|
||||
@ExcelField(title="creator",sort=11)
|
||||
@ExcelField(title="creator",sort=110)
|
||||
protected String creatorName;
|
||||
/**
|
||||
* 配置时间
|
||||
*/
|
||||
@ExcelField(title="config_time",sort=12)
|
||||
@ExcelField(title="config_time",sort=120)
|
||||
protected Date createTime;
|
||||
/**
|
||||
* 修改人员
|
||||
@@ -106,12 +106,12 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 创建人员
|
||||
*/
|
||||
@ExcelField(title="editor",sort=13)
|
||||
@ExcelField(title="editor",sort=130)
|
||||
protected String editorName;
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@ExcelField(title="edit_time",sort=14)
|
||||
@ExcelField(title="edit_time",sort=140)
|
||||
protected Date editTime;
|
||||
/**
|
||||
* 审核人员
|
||||
@@ -120,13 +120,13 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 审核人员
|
||||
*/
|
||||
@ExcelField(title="auditor",sort=15)
|
||||
@ExcelField(title="auditor",sort=150)
|
||||
protected String auditorName;
|
||||
/**
|
||||
* 审核时间
|
||||
*/
|
||||
@Expose
|
||||
@ExcelField(title="audit_time",sort=16)
|
||||
@ExcelField(title="audit_time",sort=160)
|
||||
@SerializedName("opTime")
|
||||
protected Date auditTime;
|
||||
/**
|
||||
@@ -142,27 +142,27 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 来函
|
||||
*/
|
||||
@ExcelField(title="letter",sort=5)
|
||||
@ExcelField(title="letter",sort=50)
|
||||
protected String requestName;
|
||||
/**
|
||||
* 是否区域gk
|
||||
*/
|
||||
@ExcelField(title="whether_area_block",dictType="WHETHER_AREA_BLOCK",sort=4)
|
||||
@ExcelField(title="whether_area_block",dictType="WHETHER_AREA_BLOCK",sort=40)
|
||||
protected Integer isAreaEffective;
|
||||
/**
|
||||
* 分类
|
||||
*/
|
||||
@ExcelField(title="classification",dictType="type",sort=6)
|
||||
@ExcelField(title="classification",dictType="type",sort=60)
|
||||
protected String classify;
|
||||
/**
|
||||
* 性质
|
||||
*/
|
||||
@ExcelField(title="attribute",dictType="attribute",sort=7)
|
||||
@ExcelField(title="attribute",dictType="attribute",sort=70)
|
||||
protected String attribute;
|
||||
/**
|
||||
* 标签
|
||||
*/
|
||||
@ExcelField(title="label",dictType="label",sort=8)
|
||||
@ExcelField(title="label",dictType="label",sort=80)
|
||||
protected String lable;
|
||||
/**
|
||||
* 分类
|
||||
@@ -213,7 +213,7 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* do_log属性在界面(do_log:0不需要1记录所有日志2只记录结构化日志。默认是2)
|
||||
*/
|
||||
@ExcelField(title="do_log",dictType="DO_LOG",sort=3)
|
||||
@ExcelField(title="do_log",dictType="DO_LOG",sort=30)
|
||||
protected Integer doLog = Constants.MAAT_CFG_DOLOG_DEFAULT;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user