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