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