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