mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-06-09 11:39:58 +08:00
降低springboot版本为2.4.6,为了更好兼容其他框架。
整合knife4j生成接口文档
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package cn.xf.basedemo.model.res;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
@@ -10,10 +12,12 @@ import lombok.Data;
|
||||
* @create: 2022-07-04 11:46
|
||||
**/
|
||||
@Data
|
||||
@ApiModel(value = "登录请求对象")
|
||||
public class LoginInfoRes {
|
||||
|
||||
/**
|
||||
* 登录密文
|
||||
*/
|
||||
@ApiModelProperty(value = "encryptedData", name = "登录密文")
|
||||
private String encryptedData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user