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