公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
# 证书过期 CTU立体库,生成任务时绑定站点 CTU回库时走入库操作
skyouc
2025-02-06
b4453189f458329bf9eb7ff25944b3a7bdf55574
[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 {
}