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