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