package com.zy.asrs.domain.param; import lombok.Data; @Data public class DeviceMsgPutParam { private Integer deviceId; private String deviceMsg; }