Browse Source

治疗方案结构定义

gaodm 4 years ago
parent
commit
e80cfa60ed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/diagbot/dto/TreatDTO.java

+ 2 - 2
src/main/java/com/diagbot/dto/TreatDTO.java

@@ -1,5 +1,6 @@
 package com.diagbot.dto;
 package com.diagbot.dto;
 
 
+import com.diagbot.biz.push.entity.Item;
 import lombok.Getter;
 import lombok.Getter;
 import lombok.Setter;
 import lombok.Setter;
 
 
@@ -12,8 +13,7 @@ import java.util.List;
  */
  */
 @Getter
 @Getter
 @Setter
 @Setter
-public class TreatDTO extends PushBaseDTO {
-
+public class TreatDTO extends Item {
     /**
     /**
      * 明细
      * 明细
      */
      */