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