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