修修改改,缝缝补补
This commit is contained in:
parent
ed376ee96b
commit
73e5b9855f
@ -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;
|
||||
}
|
||||
@ -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;
|
||||
|
||||
}
|
||||
@ -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;
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user