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