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