|
@@ -1,10 +1,15 @@
|
|
|
package com.lantone.qc.pub.model.label;
|
|
|
|
|
|
+import com.lantone.qc.pub.model.entity.Pacs;
|
|
|
+
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
/**
|
|
|
* @ClassName : PresentLabel
|
|
|
* @Description : 现病史
|
|
|
* @Author : 楼辉荣
|
|
|
* @Date: 2020-03-03 18:45
|
|
|
*/
|
|
|
-public class PresentLabel {
|
|
|
+public class PresentLabel extends GeneralLabel {
|
|
|
+ private List<Pacs> pacses;
|
|
|
}
|