#
Junjie
5 天以前 96cfc17f191fee0a05070ec8e7bb6fb099f0231c
1
2
3
4
5
6
7
package com.zy.core.plugin;
 
public interface MainProcessPluginApi {
 
    void run();
 
}