公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#存在移库任务禁止执行出库任务
zjj
2025-05-05
e941917741b9b9b589d55fca1480126b78a0e2e3
[zy-asrs-master.git]
/
zy-asrs-wcs
/
src
/
main
/
java
/
com
/
zy
/
asrs
/
wcs
/
core
/
BuildSupport.java
1
2
3
4
5
6
7
package com.zy.asrs.wcs.core;
public interface BuildSupport<T> {
void execute(T t);
}