Helius
2021-07-21 2d63f8d51d3f349dd3b6e72b5ee005f3c0cf623e
1
2
3
4
5
6
7
package com.xzx.gc.user.mapper;
 
import com.xzx.gc.entity.AccountBindInfo;
import com.xzx.gc.util.GcMapper;
 
public interface AccountBindInfoMapper extends GcMapper<AccountBindInfo> {
}