[6.6.0]数据闭环
This commit is contained in:
@@ -17,4 +17,10 @@ interface IOrderListener {
|
||||
* 订单核销
|
||||
*/
|
||||
fun onOrderRemoval(){}
|
||||
|
||||
/**
|
||||
* 订单路线名称变化监听
|
||||
* @param lineName 路线名称
|
||||
*/
|
||||
fun onOrderLineUpdate(lineName: String){}
|
||||
}
|
||||
Reference in New Issue
Block a user