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