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