修修改改,缝缝补补

This commit is contained in:
Euni4U 2025-03-29 10:57:10 +08:00
parent ed376ee96b
commit 73e5b9855f
3 changed files with 17 additions and 0 deletions

View File

@ -36,4 +36,9 @@ public class InspectTemplatePageReqVO extends PageParam {
@Schema(description = "模板类别", example = "赵六")
private String category;
@Schema(description = "科普知识", example = "赵六")
private String science;
@Schema(description = "健康建议", example = "赵六")
private String healthy;
}

View File

@ -41,4 +41,10 @@ public class InspectTemplateRespVO {
@Schema(description = "模板类别", example = "赵六")
private String category;
@Schema(description = "科普知识", example = "赵六")
private String science;
@Schema(description = "健康建议", example = "赵六")
private String healthy;
}

View File

@ -32,4 +32,10 @@ public class InspectTemplateSaveReqVO {
@Schema(description = "模板类别", example = "赵六")
private String category;
@Schema(description = "科普知识", example = "赵六")
private String science;
@Schema(description = "健康建议", example = "赵六")
private String healthy;
}