xiaoyong931011
2021-06-30 5a855bd4b2c62f8b234d6c983e3131921a378975
1
2
3
4
5
6
7
8
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.entity.PartnerConfig;
import com.xzx.gc.util.GcMapper;
 
public interface PartnerConfigMapper extends GcMapper<PartnerConfig> {
    String selectConfigByCode(PartnerConfig config);
}