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