fix bug of func config
This commit is contained in:
@@ -12,5 +12,10 @@ interface IMoGoDevaToolsFuncConfigListener {
|
||||
* lock : 锁定状态
|
||||
* data : json
|
||||
*/
|
||||
fun updateBizData(type: String, state: Boolean, lock: Boolean, data: String?)
|
||||
fun updateBizData(type: String, state: Boolean, lock: Boolean, data: String?) {}
|
||||
|
||||
/**
|
||||
* 更新业务锁定状态,仅限View使用
|
||||
*/
|
||||
fun updateBizView(type: String,lock: Boolean){}
|
||||
}
|
||||
Reference in New Issue
Block a user