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