公告板
版本库
filestore
活动
搜索
登录
main
/
zy-wcs-master
WCS3.0标准版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
Junjie
9 天以前
c1d66ef17e3538c056db1df1d023e7153e7594e5
[zy-wcs-master.git]
/
src
/
main
/
java
/
com
/
zy
/
core
/
model
/
DeviceCommandMsgModel.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.zy.core.model;
import lombok.Data;
@Data
public class DeviceCommandMsgModel {
private Integer deviceId;
private String deviceType;
private String resultKey;
private Object command;
}