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