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