#
DELL
2025-11-27 cd5a7eb32041e3efa4bfe54ab7c86a0c600c1c20
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.domain.param;
 
import lombok.Data;
 
@Data
public class DeviceMsgPutParam {
 
    private Integer deviceId;
 
    private String deviceMsg;
 
}