临时提交

This commit is contained in:
lin
2025-10-17 15:19:21 +08:00
parent dd0a760d8a
commit 87afbe3f89
6 changed files with 183 additions and 8 deletions

View File

@@ -18,9 +18,4 @@ public class CameraChannel extends CommonGBChannel {
@Setter
@Schema(description = "图标路径")
private String icon;
@Getter
@Setter
@Schema(description = "移动设备唯一编号")
private Long unitNo;
}