fix
Helius
2021-07-19 ebe215d924d68508a41688a53af62c9049f39571
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> {
}