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