公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
AS/RS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'Four-Way-Rack' of http://47.97.1.152:5880/r/zy-asrs-master in...
luxiaotao1123
2024-04-07
9e2e9f912340b806e32593689a408f477e0a1516
[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);
}