Junjie
昨天 41ace7c0738ba39750b2809d5077dd0d7640ced8
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}