liurunyu
2025-05-07 4b99aedffe4e64425c059611dbb89d7d28b9ed06
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/UnitCallbackInterface.java
New file
@@ -0,0 +1,13 @@
package com.dy.common.mw;
/**
 * 单元启动或停止后回调接口
 */
public interface UnitCallbackInterface {
   /**
    * 回调方法
    * @param obj
    * @throws Exception
    */
   void call(Object obj) throws Exception ;
}