Commit e99a6ed5 by guos

会员标签4.0

parent a39c3825
......@@ -3,29 +3,29 @@ package com.gic.spark.entity.table;
public class TabSceneCrowd {
private long id;
private Long id;
private String scene_Crowd_Name;
private int real_Time;
private Integer real_Time;
private java.sql.Timestamp scene_Crowd_Expire_Time;
private long scene_Crowd_Category_Id;
private Long scene_Crowd_Category_Id;
private String scene_Crowd_Desc;
private int scene_Crowd_Update_Type;
private int scene_Crowd_Update_Type_Val;
private Integer scene_Crowd_Update_Type;
private Integer scene_Crowd_Update_Type_Val;
private java.sql.Timestamp update_Time;
private long member_Size;
private Long member_Size;
private java.sql.Timestamp create_Time;
private int valid_Flag;
private Integer valid_Flag;
private String tag_Condition_Group_Info;
private int delete_Flag;
private int enterprise_Id;
private Integer delete_Flag;
private Integer enterprise_Id;
private String crowd_Param;
public long getId() {
public Long getId() {
return id;
}
public void setId(long id) {
public void setId(Long id) {
this.id = id;
}
......@@ -39,11 +39,11 @@ public class TabSceneCrowd {
}
public int getReal_Time() {
public Integer getReal_Time() {
return real_Time;
}
public void setReal_Time(int real_Time) {
public void setReal_Time(Integer real_Time) {
this.real_Time = real_Time;
}
......@@ -57,11 +57,11 @@ public class TabSceneCrowd {
}
public long getScene_Crowd_Category_Id() {
public Long getScene_Crowd_Category_Id() {
return scene_Crowd_Category_Id;
}
public void setScene_Crowd_Category_Id(long scene_Crowd_Category_Id) {
public void setScene_Crowd_Category_Id(Long scene_Crowd_Category_Id) {
this.scene_Crowd_Category_Id = scene_Crowd_Category_Id;
}
......@@ -75,20 +75,20 @@ public class TabSceneCrowd {
}
public int getScene_Crowd_Update_Type() {
public Integer getScene_Crowd_Update_Type() {
return scene_Crowd_Update_Type;
}
public void setScene_Crowd_Update_Type(int scene_Crowd_Update_Type) {
public void setScene_Crowd_Update_Type(Integer scene_Crowd_Update_Type) {
this.scene_Crowd_Update_Type = scene_Crowd_Update_Type;
}
public int getScene_Crowd_Update_Type_Val() {
public Integer getScene_Crowd_Update_Type_Val() {
return scene_Crowd_Update_Type_Val;
}
public void setScene_Crowd_Update_Type_Val(int scene_Crowd_Update_Type_Val) {
public void setScene_Crowd_Update_Type_Val(Integer scene_Crowd_Update_Type_Val) {
this.scene_Crowd_Update_Type_Val = scene_Crowd_Update_Type_Val;
}
......@@ -102,11 +102,11 @@ public class TabSceneCrowd {
}
public long getMember_Size() {
public Long getMember_Size() {
return member_Size;
}
public void setMember_Size(long member_Size) {
public void setMember_Size(Long member_Size) {
this.member_Size = member_Size;
}
......@@ -120,11 +120,11 @@ public class TabSceneCrowd {
}
public int getValid_Flag() {
public Integer getValid_Flag() {
return valid_Flag;
}
public void setValid_Flag(int valid_Flag) {
public void setValid_Flag(Integer valid_Flag) {
this.valid_Flag = valid_Flag;
}
......@@ -138,20 +138,20 @@ public class TabSceneCrowd {
}
public int getDelete_Flag() {
public Integer getDelete_Flag() {
return delete_Flag;
}
public void setDelete_Flag(int delete_Flag) {
public void setDelete_Flag(Integer delete_Flag) {
this.delete_Flag = delete_Flag;
}
public int getEnterprise_Id() {
public Integer getEnterprise_Id() {
return enterprise_Id;
}
public void setEnterprise_Id(int enterprise_Id) {
public void setEnterprise_Id(Integer enterprise_Id) {
this.enterprise_Id = enterprise_Id;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment