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