增加箱门告警手动生成功能
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
package com.fastbee.common.model.bto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 箱门告警参数上传
|
||||
*/
|
||||
@Data
|
||||
public class DoorAlertBto {
|
||||
|
||||
private Long deviceId;
|
||||
//箱门状态:2=箱门打开,1=箱门振动
|
||||
private Integer doorState;
|
||||
|
||||
}
|
Reference in New Issue
Block a user