@@ -1,6 +1,5 @@
package com.diagbot.vo;
-import com.diagbot.biz.push.entity.Item;
import lombok.Getter;
import lombok.Setter;
@@ -12,8 +11,4 @@ import lombok.Setter;
@Getter
@Setter
public class PushPlanVO extends SearchData {
- /**
- * 选中手术
- */
- private Item operationName;
}
@@ -161,4 +161,8 @@ public class SearchData extends HospitalBaseVO {
* 选中诊断
*/
private Item diseaseName;
+ /**
+ * 选中手术
+ */
+ private Item operationName;