Browse Source

拉代码

recovery
wang0018 4 years ago
parent
commit
6a6e163411
  1. 2
      tcm/src/main/java/com/ccsens/tcm/bean/dto/PatientDto.java
  2. 4
      tcm/src/main/resources/application.yml

2
tcm/src/main/java/com/ccsens/tcm/bean/dto/PatientDto.java

@ -47,7 +47,6 @@ public class PatientDto {
@ApiModelProperty("每页数量")
private Integer pageSize=10;
}
@Data
@ApiModel("保存患者的多个病例信息")
public static class saveCaseMes {
@ -59,6 +58,7 @@ public class PatientDto {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
@ApiModelProperty("诊断时间")
private Date timeSlot=new Date(System.currentTimeMillis());
@NotNull
@ApiModelProperty("保存天数")
private Integer nums;
}

4
tcm/src/main/resources/application.yml

@ -1,5 +1,5 @@
spring:
profiles:
active: dev
include: common, util-dev
active: green
include: common, util-green

Loading…
Cancel
Save