Helius
2021-06-28 f820cfcc5f5ce5faa9af12efe9069bba82958f86
1
2
3
4
5
6
7
8
9
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.entity.UserTargetInfo;
import com.xzx.gc.util.GcMapper;
 
 
public interface UserTargetInfoMapper extends GcMapper<UserTargetInfo> {
 
}