From dc4f8829472baf47345e3a01384d7b5eaf7ee727 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期二, 20 五月 2025 14:49:10 +0800
Subject: [PATCH] 增加专家导出字段

---
 expert-common/src/main/java/com/gkhy/common/core/domain/model/LoginBody.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/expert-common/src/main/java/com/gkhy/common/core/domain/model/LoginBody.java b/expert-common/src/main/java/com/gkhy/common/core/domain/model/LoginBody.java
index a05d765..28d9065 100644
--- a/expert-common/src/main/java/com/gkhy/common/core/domain/model/LoginBody.java
+++ b/expert-common/src/main/java/com/gkhy/common/core/domain/model/LoginBody.java
@@ -1,10 +1,13 @@
 package com.gkhy.common.core.domain.model;
 
+import io.swagger.annotations.ApiModel;
+
 /**
  * 用户登录对象
  * 
  * @author expert
  */
+@ApiModel(value = "LoginBody", description = "登录实体")
 public class LoginBody
 {
     /**

--
Gitblit v1.9.2