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