From 4e037b693a4cae416dcf00777d2b0c4f7dc6c33b Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 09 八月 2024 09:15:33 +0800 Subject: [PATCH] 视频在线率字段属性调整 --- ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/VideoOnlineResult.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/VideoOnlineResult.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/VideoOnlineResult.java index 620c8ba..91ab627 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/VideoOnlineResult.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/VideoOnlineResult.java @@ -40,7 +40,7 @@ /** * 璁惧id */ - private Integer deviceId; + private String deviceId; /** * 璁惧鍚嶇О */ @@ -108,7 +108,7 @@ /** * 绉熸埛id */ - private Integer tenantId; + private String tenantId; /** * 瑙嗛娴佹椂寤� */ -- Gitblit v1.8.0