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