Browse Source

1、出院小结AI处理类

louhr 5 years ago
parent
commit
5fda07b561

+ 10 - 0
kernel/src/main/java/com/lantone/qc/kernel/structure/ai/LeaveHospitalAI.java

@@ -0,0 +1,10 @@
+package com.lantone.qc.kernel.structure.ai;
+
+/**
+ * @ClassName : LeaveHospitalAI
+ * @Description : 出院小结
+ * @Author : 楼辉荣
+ * @Date: 2020-03-20 10:33
+ */
+public class LeaveHospitalAI {
+}