添加统一返回实体类和Bese基类的swaggers描述信息
parent
2a54a62a03
commit
f8a491b77c
|
@ -83,6 +83,12 @@ public class BaseEntity implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 备注
|
* 备注
|
||||||
*/
|
*/
|
||||||
|
@Schema(
|
||||||
|
name = "remark",
|
||||||
|
title = "备注",
|
||||||
|
type = "String",
|
||||||
|
description = "额外备注信息"
|
||||||
|
)
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue