公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#优化 绑定集货区后,数据刷新
skyouc
2025-02-28
a16d3fbdfd6f051ae471d01a874c528075407981
[zy-asrs-master.git]
/
zy-asrs-wms
/
src
/
main
/
java
/
com
/
zy
/
asrs
/
wms
/
asrs
/
service
/
PlatformDetlService.java
1
2
3
4
5
6
7
8
package com.zy.asrs.wms.asrs.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wms.asrs.entity.PlatformDetl;
public interface PlatformDetlService extends IService<PlatformDetl> {
}