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