From 25c0f523fccd89da32077f8f9b3da2a0d2502de2 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 24 八月 2024 12:08:10 +0800
Subject: [PATCH] 工单阈值增加排序
---
ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/PyOsdResult.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 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..7be45e7 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
@@ -81,32 +81,32 @@
/**
* osd1鐪�
*/
- private String osd1Province;
+ private Integer osd1Province;
/**
* osd1甯�
*/
- private String osd1City;
+ private Integer osd1City;
/**
* osd1鍖�
*/
- private String osd1Part;
+ private Integer osd1Part;
/**
* 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