Sign in

wms / wms_changshushengyi · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_changshushengyi
  • ..
  • mapper
  • ZarshMapper.java
  • 每个出入口限制一个任务,锁定出入口,分配库位解锁站台等
    e7e80010
    周鸿 authored
    2023-01-29 15:11:17 +0800  
    Browse Code »
ZarshMapper.java 269 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.huaheng.pc.sap.mapper;

import com.huaheng.pc.sap.domain.Zarsh;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 中间表 数据层
 * 
 * @author huaheng
 * @date 2022-05-11
 */
public interface ZarshMapper extends BaseMapper<Zarsh> {

}