From fca21112fb7ee51087c428297a008b0a7fd1c2a9 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 27 八月 2024 13:37:33 +0800 Subject: [PATCH] feat:图像资源计算定时任务完善 --- 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