From 2d27b24029adafdbfc5703b38a519d65beda6a68 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: 星期三, 20 十一月 2024 16:23:23 +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