fix
Helius
2021-06-29 5a02b62b3b2b3663b89a1fb8be0c3f6ac1eb1d3f
1
2
3
4
5
6
7
8
9
package com.xzx.gc.user.mapper;
 
import com.xzx.gc.entity.PartnerTrace;
import com.xzx.gc.util.GcMapper;
 
public interface PartnerTraceMapper extends GcMapper<PartnerTrace> {
 
    int deleteGaodeService(String partnerId);
}