From f34727bf104231f27bee65a45cf8e2a54e0778ba Mon Sep 17 00:00:00 2001 From: zy_Java <654600784@qq.com> Date: Thu, 7 Jan 2021 09:30:21 +0800 Subject: [PATCH] 20210107 --- form/HELP.md | 9 +++++++++ ht/src/main/java/com/ccsens/ht/bean/dto/QuestionDto.java | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 form/HELP.md diff --git a/form/HELP.md b/form/HELP.md new file mode 100644 index 00000000..8c6db6f4 --- /dev/null +++ b/form/HELP.md @@ -0,0 +1,9 @@ +# Getting Started + +### Reference Documentation +For further reference, please consider the following sections: + +* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) +* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.4.1/maven-plugin/reference/html/) +* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.4.1/maven-plugin/reference/html/#build-image) + diff --git a/ht/src/main/java/com/ccsens/ht/bean/dto/QuestionDto.java b/ht/src/main/java/com/ccsens/ht/bean/dto/QuestionDto.java index 69a5046e..bd755ec5 100644 --- a/ht/src/main/java/com/ccsens/ht/bean/dto/QuestionDto.java +++ b/ht/src/main/java/com/ccsens/ht/bean/dto/QuestionDto.java @@ -93,7 +93,7 @@ public class QuestionDto { } @Data - @ApiModel("添加画图的信息") + @ApiModel("查找画图的信息") public static class QueryPatientCanvas{ @NotNull(message = "选项ID不能为空") @ApiModelProperty("报告单id")