648540858
2023-05-29 5632718d6f6819e389072394458b211748358a31
1
2
3
4
5
6
package com.genersoft.iot.vmp.service.bean;
 
public interface InviteErrorCallback<T> {
 
    void run(int code, String msg, T data);
}