lmw
2023-06-14 b314ba29f474112b103b7e113e12319a35bfb4de
1
2
3
4
5
6
package com.kuanzhai.user.interfaces
 
interface OrderCallback{
    fun onDel(position: Int)
    fun onThank(position: Int)
}