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