台账添加设备类型区分

This commit is contained in:
xy
2026-03-26 09:33:48 +08:00
parent 720afd42df
commit 33da822317
3 changed files with 21 additions and 3 deletions

View File

@@ -72,6 +72,9 @@ public class CsLedgerVO implements Serializable {
@ApiModelProperty(name = "isTop",value = "是否置顶,默认不置顶")
private Integer isTop = 0;
@ApiModelProperty(name = "devConType",value = "设备连接方式 MQTT || CLD")
private String devConType;
@ApiModelProperty(name = "children",value = "子节点")
private List<CsLedgerVO> children = new ArrayList<>();