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