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