添加统一返回实体类和Bese基类的swaggers描述信息

master
面包骑士 2024-08-07 11:36:39 +08:00
parent 2a54a62a03
commit f8a491b77c
1 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,12 @@ public class BaseEntity implements Serializable {
/** /**
* *
*/ */
@Schema(
name = "remark",
title = "备注",
type = "String",
description = "额外备注信息"
)
private String remark; private String remark;
/** /**