From 53696e317005ba4668fd1efc27cc49cbdfb8dbfb Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期一, 26 八月 2024 18:29:04 +0800 Subject: [PATCH] feat:图像资源 --- 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