From 9610cc33eb1fec9e9ba9dc9c8fc1032cb6e6058a Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期六, 24 八月 2024 18:44:56 +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