ICSShipmentDetailMapper.java 308 Bytes
package com.huaheng.pc.u8.mapper;


import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.u8.domain.ICSShipmentDetail;

/**
 * 出库明细 数据层
 * 
 * @author huaheng
 * @date 2018-08-19
 */
public interface ICSShipmentDetailMapper extends BaseMapper<ICSShipmentDetail> {


}