From 3456ced921bf136035047b24702891f8b4f260ba Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 29 八月 2024 10:40:27 +0800
Subject: [PATCH] 新增工单检测图片表

---
 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