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