Blame view

src/main/java/com/huaheng/pc/u8/mapper/ICSShipmentDetailMapper.java 308 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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> {


}