package com.xzx.gc.order.mapper; import com.xzx.gc.entity.PartnerConfig; import com.xzx.gc.util.GcMapper; public interface PartnerConfigMapper extends GcMapper { String selectConfigByCode(PartnerConfig config); }