#
Junjie
昨天 5a56b56dc646c89669bfbc373853689d2888f103
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}