Browse Source

提示信息显示位置多选

Zhaops 6 years ago
parent
commit
a58d108304

+ 2 - 2
icssman-service/src/main/java/com/diagbot/vo/IntroduceDetailVO.java

@@ -28,9 +28,9 @@ public class IntroduceDetailVO {
      */
     private Integer orderNo;
     /**
-     * 显示位置:1-右侧显示,0-都显
+     * 显示位置(多选):1-推送展示,2-更多展示,3-一般治疗展示,4-手术治疗展
      */
-    private Integer position;
+    private String position;
 
     /**
      * 是否诊断依据(1-是,0-否)