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