yujian
2019-08-27 d8359ddb48dab5cc797a9d552e11fde571f4920c
fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/FloatAD.java
@@ -26,7 +26,9 @@
   
   // 展示位置 -首页
   public static String POSITION_INDEX = "index";
   // 展示位置 - 消息中心
   public static String POSITION_MSGCENTER = "msgCenter";
   
   @Column(name = "fa_id")
   private Long id;
@@ -77,6 +79,10 @@
   // 排序-优先权
   @Column(name = "fa_order")
   private Integer order;
   // 适用类型 : 0通用  1新人
   @Column(name = "fa_type")
   private Integer type;
   // 启用状态
   @Column(name = "fa_state")
@@ -224,6 +230,13 @@
   public void setEndTime_str(String endTime_str) {
      this.endTime_str = endTime_str;
   }
   public Integer getType() {
      return type;
   }
   public void setType(Integer type) {
      this.type = type;
   }
   
}