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