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