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