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