From 633b96bb1ced95e60df5e28249ce51b6ffe82d27 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 24 八月 2024 17:37:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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