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