审核下发的json参数增加action,主要用于回调类配置继承BaseCfg时使用。

This commit is contained in:
zhangwei
2018-07-01 13:38:37 +08:00
parent de879f3fbd
commit 1d7896872e

View File

@@ -55,6 +55,7 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
/**
* GK类型
*/
@Expose
@ExcelField(title="action",dictType="SERVICE_ACTION")
protected Integer action;
/**