ShipmentPreferenceMapper.java 274 Bytes
package com.huaheng.pc.config.shipmentPreference.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.config.shipmentPreference.domain.ShipmentPreference;

public interface ShipmentPreferenceMapper extends BaseMapper<ShipmentPreference> {
}