fix
Helius
2021-07-21 a7efd939762321cf0a1718812c9005efb9f6fc48
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> {
}