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