Browse Source

20210107

sd
zy_Java 5 years ago
parent
commit
f34727bf10
  1. 9
      form/HELP.md
  2. 2
      ht/src/main/java/com/ccsens/ht/bean/dto/QuestionDto.java

9
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)

2
ht/src/main/java/com/ccsens/ht/bean/dto/QuestionDto.java

@ -93,7 +93,7 @@ public class QuestionDto {
} }
@Data @Data
@ApiModel("添加画图的信息") @ApiModel("查找画图的信息")
public static class QueryPatientCanvas{ public static class QueryPatientCanvas{
@NotNull(message = "选项ID不能为空") @NotNull(message = "选项ID不能为空")
@ApiModelProperty("报告单id") @ApiModelProperty("报告单id")

Loading…
Cancel
Save