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