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