This commit is contained in:
cdf
2024-07-01 14:56:58 +08:00
parent 9cb721c56c
commit 1dd952f543
17 changed files with 1059 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
package com.njcn.roma.pojo;
import lombok.Data;
/**
* roma
*
* @author cdf
* @date 2024/6/25
*/
@Data
public class UpSendPojo {
private String deviceId;
private CommandDTO commandDTO;
}