heheng
2026-04-15 b187030ccd1e5e244c94da8bf8b1d9c50f4f9e2a
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
{
    /**