Parcourir la source

1.提交遗漏实体类修改

jzp il y a 4 jours
Parent
commit
a6b0f3650b

+ 3 - 0
fs-service/src/main/java/com/fs/his/vo/FsPrescribeListVO.java

@@ -169,6 +169,9 @@ public class FsPrescribeListVO {
      */
     private Integer doctorConfirm;
 
+    //操作时间
+    private String operateTime;
+
     //操作秒数
     private String operateSecond;
 }