业务配置,ip白名单导出后字段顺序,已调整
This commit is contained in:
@@ -119,7 +119,7 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 有效标识
|
||||
*/
|
||||
@ExcelField(title="valid_identifier",dictType="VALID_IDENTIFIER",sort=90)
|
||||
@ExcelField(title="valid_identifier",dictType="VALID_IDENTIFIER",sort=26)
|
||||
@Expose
|
||||
protected Integer isValid;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user