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