Sign in

wms / hhwms · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hhwms
  • ..
  • mapper
  • ICSShipmentDetailMapper.java
  • 调整 U8出库单下发接口 ...
    aef298e9
    ICS材料出库单出库下发接口
    tongzhonghao authored
    2022-09-02 17:20:27 +0800  
    Browse Code »
ICSShipmentDetailMapper.java 308 Bytes
Edit Raw Blame History Permalink
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> {


}