公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
Junjie
2024-09-07
9653776d090399becbb76c3d82888b4d718a6eff
[zy-asrs-master.git]
/
zy-asrs-wms
/
src
/
main
/
java
/
com
/
zy
/
asrs
/
wms
/
asrs
/
strategy
/
WithdrawalStrategy.java
1
2
3
4
5
6
7
8
package com.zy.asrs.wms.asrs.strategy;
import com.zy.asrs.wms.asrs.entity.LocDetl;
import com.zy.asrs.wms.asrs.entity.Mat;
public interface WithdrawalStrategy {
Mat selectMatStrategy(LocDetl locDetl);
}