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