Helius
2021-06-29 ec3c3292e9b01ea65eeb78f61fbb4b711a1251f6
1
2
3
4
5
6
7
8
package com.xzx.gc.user.mapper;
 
import com.xzx.gc.entity.UserDevice;
import com.xzx.gc.util.GcMapper;
 
public interface UserDeviceMapper extends GcMapper<UserDevice> {
 
}