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