hxb
2024-10-24 d723fee177238df0dbab80eb788876ebd154927d
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);
}