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