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