From 712461142eea9135068cb8e91acb89d6096a8e15 Mon Sep 17 00:00:00 2001 From: qiuyt Date: Wed, 2 Apr 2025 14:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/api/res/basic/YbNotCodeResponse.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/glxp/api/res/basic/YbNotCodeResponse.java b/src/main/java/com/glxp/api/res/basic/YbNotCodeResponse.java index 448befa26..65be65765 100644 --- a/src/main/java/com/glxp/api/res/basic/YbNotCodeResponse.java +++ b/src/main/java/com/glxp/api/res/basic/YbNotCodeResponse.java @@ -11,11 +11,11 @@ public class YbNotCodeResponse { @ExcelProperty(value = "机构编码", index = 0) @ColumnWidth(32) - private String ybbm; + private String organizationCode; @ExcelProperty(value = "国家医保目录编码", index = 1) @ColumnWidth(28) - private String organizationCode; + private String ybbm; @ExcelProperty(value = "无码类型(仅填数字即可)", index = 2) @ColumnWidth(54)