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