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