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