ShipmentContainerAdviceMapper.java
303 Bytes
package com.huaheng.pc.shipment.shipmentContainerAdvice.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.shipment.shipmentContainerAdvice.domain.ShipmentContainerAdvice;
public interface ShipmentContainerAdviceMapper extends BaseMapper<ShipmentContainerAdvice> {
}