张延森 4 years ago
parent
commit
2664e8a0a0
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/main/java/com/yunzhi/demo/entity/TaMedicalLog.java

+ 2
- 1
src/main/java/com/yunzhi/demo/entity/TaMedicalLog.java View File

@@ -48,5 +48,6 @@ public class TaMedicalLog implements Serializable {
48 48
     @ApiModelProperty(value = "更新时间")
49 49
     private LocalDateTime updateDate;
50 50
 
51
-
51
+    @ApiModelProperty(value = "医生ID")
52
+    private String doctorId;
52 53
 }