2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-03-16 e805d667f9f60d14b152b54e8f94a3ab9e80b16f
1
2
3
4
5
6
7
8
9
package com.sandu.ximon.admin.utils.response;
 
public interface VnnoxResponse<T> {
 
    VnnoxPlayerListResponse parse(com.aliyuncs.CommonResponse commonEntity);
 
    T parse(CommonResponse commonEntity);
 
}