公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
# 1. 波次预览重复问题 2. PDA组拖超过3个物料后,组拖按钮被遮挡 3. 平库入库物料ID为空 4. PDA出库成功后...
skyouc
2025-01-09
0a3a59432a0ff8d4169ad7484250a0a0d5bed1f9
[zy-asrs-master.git]
/
zy-asrs-wms
/
src
/
main
/
java
/
com
/
zy
/
asrs
/
wms
/
asrs
/
mapper
/
MobileMapper.java
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.wms.asrs.mapper;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@Mapper
@Repository
public interface MobileMapper {
}