heheng
2024-11-20 2d27b24029adafdbfc5703b38a519d65beda6a68
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
{
    /**