公告板
版本库
filestore
活动
搜索
登录
main
/
zy-wcs-master
WCS3.0标准版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
cpT
8 天以前
028f632c9255a1bac4c7ed6a44722a00ca6ea86f
[zy-wcs-master.git]
/
src
/
main
/
java
/
com
/
zy
/
core
/
plugin
/
api
/
MainProcessPluginApi.java
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
public interface MainProcessPluginApi {
void run();
}