fix
Helius
2021-07-15 f69fd42a3ae2d11713dcd284ae3db57e449ae6dd
1
2
3
4
5
6
7
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.entity.PartnerAccountLog;
import com.xzx.gc.util.GcMapper;
 
public interface PartnerAccountLogMapper extends GcMapper<PartnerAccountLog> {
}