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