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 { /**