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