ShipmentPreferenceService.java 280 Bytes
package com.huaheng.pc.config.shipmentPreference.service;

import com.baomidou.mybatisplus.extension.service.IService;
import com.huaheng.pc.config.shipmentPreference.domain.ShipmentPreference;

public interface ShipmentPreferenceService extends IService<ShipmentPreference>{


}