liurunyu
2025-08-14 00cf6de9f5e3152b6afb73f276dd27dfaf3de439
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/UpComResVo.java
New file
@@ -0,0 +1,11 @@
package com.dy.common.mw.protocol;
/**
 * @Author: liurunyu
 * @Date: 2024/10/21 16:29
 * @Description RTU上行命令应答数据接口定义
 */
public interface UpComResVo extends UpDataVo {
    String comLog() ;
    String comLog(String code) ;
}