增加 监控设备返回 type字段
This commit is contained in:
parent
8345f74a28
commit
37428bdc7b
@ -19,4 +19,7 @@ public class CameraSimpleRespVO {
|
||||
@Schema(description = "设备编号", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@ExcelProperty("设备编号")
|
||||
private String code;
|
||||
|
||||
@Schema(description = "设备类型")
|
||||
private String type;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user