From ddb3068a51a8af8aa9a8f8c2cb9b6e9228b0c8d9 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 28 八月 2024 11:53:27 +0800
Subject: [PATCH] 同步国标设备、点播定时任务优化

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/PyOsdResult.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/PyOsdResult.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/PyOsdResult.java
index e41ad4b..defd2ee 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/PyOsdResult.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/PyOsdResult.java
@@ -96,17 +96,17 @@
     /**
      * osd1 宸︿笅瑙�
      */
-    private String osd1LB;
+    private Integer osd1LB;
 
     /**
      * osd1_osd
      */
-    private String osd1OSD;
+    private Integer osd1OSD;
 
     /**
      * osd1_鏃堕棿鏍煎紡鏄惁姝g‘
      */
-    private String osd1TimeFormat;
+    private Integer osd1TimeFormat;
 
     /**
      * osd1_鐪佽缃�
@@ -131,7 +131,7 @@
     /**
      * osd1_osd璁剧疆
      */
-    private String osd1OsdSet;
+    private Integer osd1OsdSet;
 
     /**
      * osd1 鏃堕棿鏍煎紡

--
Gitblit v1.8.0