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