Helius
2021-08-04 84a3ef10e4219ad844e6ea86af65d8dec84f28d4
1
2
3
4
5
6
7
package com.xzx.gc.user.mapper;
 
import com.xzx.gc.entity.PlatformCapitalInfo;
import com.xzx.gc.util.GcMapper;
 
public interface PlatformCapitalInfoMapper extends GcMapper<PlatformCapitalInfo> {
}