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