From 34e076739e206cb8721acc4879c380437515a6f5 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 24 八月 2024 14:37:55 +0800
Subject: [PATCH] osd工单检测

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/PyOsdResult.java |    6 +++---
 1 files changed, 3 insertions(+), 3 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 7be45e7..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
@@ -81,17 +81,17 @@
     /**
      * osd1鐪�
      */
-    private Integer osd1Province;
+    private String osd1Province;
 
     /**
      * osd1甯�
      */
-    private Integer osd1City;
+    private String osd1City;
 
     /**
      * osd1鍖�
      */
-    private Integer osd1Part;
+    private String osd1Part;
 
     /**
      * osd1 宸︿笅瑙�

--
Gitblit v1.8.0