package com.huaheng.pc.config.weight.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.huaheng.pc.config.weight.domain.KuaidiWeight; public interface KuaidiWeightMapper extends BaseMapper<KuaidiWeight> { }