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