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