hxb
2024-10-24 ce88de4891b87c3b7b2750575e15d6e48d518852
HDLLinkPMSdk/src/main/java/com/hdl/linkpm/sdk/template/callback/ICreateTemplateCallBack.java
New file
@@ -0,0 +1,11 @@
package com.hdl.linkpm.sdk.template.callback;
import com.hdl.linkpm.sdk.core.callback.IBaseCallBack;
public interface ICreateTemplateCallBack extends IBaseCallBack {
    /**
     * 成功回调
     */
    void onSuccess(String templateId);
}