liurunyu
2025-02-15 eab9a74305efef7c0aaa897d6a90258253154417
1
2
3
4
5
6
7
8
9
10
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) ;
}