自动化立体仓库 - WCS系统
Junjie
2023-05-15 19ec6a879ce0e5b8e78f631bf10e51eb19f73983
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.mapper;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.asrs.entity.WaitPakin;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Mapper
@Repository
public interface WaitPakinMapper extends BaseMapper<WaitPakin> {
 
}