自动化立体仓库 - WMS系统
zyx
2023-07-06 988b84379a5f257fb09fbd80522e4b478c03c4cb
1
2
3
4
5
6
7
8
9
package com.zy.asrs.mapper;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.asrs.entity.AgvWrkMast;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface AgvWrkMastMapper extends BaseMapper<AgvWrkMast> {
}