louhr před 5 roky
rodič
revize
52c90100db

+ 0 - 15
public/src/main/java/com/lantone/qc/pub/model/label/DoctorAdviceLabel.java

@@ -1,15 +0,0 @@
-package com.lantone.qc.pub.model.label;
-
-import lombok.Getter;
-import lombok.Setter;
-
-/**
- * @ClassName : DoctorAdvice
- * @Description : 医嘱
- * @Author : 楼辉荣
- * @Date: 2020-03-17 14:44
- */
-@Getter
-@Setter
-public class DoctorAdviceLabel extends GeneralLabel {
-}

+ 0 - 15
public/src/main/java/com/lantone/qc/pub/model/label/NoticeLabel.java

@@ -1,15 +0,0 @@
-package com.lantone.qc.pub.model.label;
-
-import lombok.Getter;
-import lombok.Setter;
-
-/**
- * @ClassName : NoticeLabel
- * @Description : 注意事项,主要出现在出院小结
- * @Author : 楼辉荣
- * @Date: 2020-03-17 14:42
- */
-@Setter
-@Getter
-public class NoticeLabel extends GeneralLabel {
-}