增加 监控设备返回 type字段

This commit is contained in:
furongxin 2024-06-20 15:09:48 +08:00
parent 8345f74a28
commit 37428bdc7b

View File

@ -19,4 +19,7 @@ public class CameraSimpleRespVO {
@Schema(description = "设备编号", requiredMode = Schema.RequiredMode.REQUIRED)
@ExcelProperty("设备编号")
private String code;
@Schema(description = "设备类型")
private String type;
}