From c76e5090aac9d1f4028c6c6f14f93dde97206f9c Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期六, 24 八月 2024 18:09:50 +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