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