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