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