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