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