审核下发的json参数增加action,主要用于回调类配置继承BaseCfg时使用。
This commit is contained in:
@@ -55,6 +55,7 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* GK类型
|
||||
*/
|
||||
@Expose
|
||||
@ExcelField(title="action",dictType="SERVICE_ACTION")
|
||||
protected Integer action;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user