From 6ca5b4d4ddb8ff8c67c0dea6ece5e3dbd136d1fa Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 31 七月 2024 11:11:10 +0800
Subject: [PATCH] 优云对接client

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/CodeByAreaResult.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/CodeByAreaResult.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/CodeByAreaResult.java
index e675069..f87a3e9 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/CodeByAreaResult.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/CodeByAreaResult.java
@@ -1,5 +1,6 @@
 package com.ycl.platform.domain.result.HK;
 
+import com.ycl.platform.domain.result.BaseResult;
 import lombok.Data;
 import org.springframework.data.mongodb.core.mapping.Document;
 
@@ -10,7 +11,7 @@
  */
 @Data
 @Document(collection = "code_by_area")
-public class CodeByAreaResult extends BaseResult{
+public class CodeByAreaResult extends BaseResult {
 
     /**
      * 缁勭粐缂栧彿

--
Gitblit v1.8.0