#
Junjie
21 小时以前 42b2db39fcec9c2329e543595a7a1bfb6464539b
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}