Helius
2021-06-29 23f63c4c655c9362bae7cea0f292aa29ef8bf835
1
2
3
4
5
6
7
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.entity.PartnerTrace;
import com.xzx.gc.util.GcMapper;
 
public interface PartnerTraceMapper extends GcMapper<PartnerTrace> {
}