From 05600d089901d44e8d5036046025b6a90ceb896a Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: Tue, 03 Dec 2024 16:57:20 +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