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