docs: 完善接口文档信息

This commit is contained in:
2023-08-23 21:44:12 +08:00
parent 5e7ba01a18
commit 58e838d5f9
18 changed files with 55 additions and 42 deletions

View File

@@ -41,7 +41,7 @@ public class UpdateStatusRequest implements Serializable {
/**
* 状态1启用 2禁用
*/
@Schema(description = "状态1启用 2禁用)", type = "Integer", allowableValues = {"1", "2"}, example = "1")
@Schema(description = "状态1启用2禁用)", type = "Integer", allowableValues = {"1", "2"}, example = "1")
@NotNull(message = "状态非法")
private DisEnableStatusEnum status;
}