Junjie
21 小时以前 45052042f06689096093fc86cae36560b2eeb1f0
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}