Commit 4dc9a6f2 authored by Quxl's avatar Quxl

x

parent 09d749c8
......@@ -251,5 +251,83 @@ public class Fc_member_film_base_model implements Serializable{
public void setOrigion_name(String origion_name) {
this.origion_name = origion_name;
}
public Double getCharge_show() {
return charge_show;
}
public void setCharge_show(Double charge_show) {
this.charge_show = charge_show;
}
public String getCharge_show_currency() {
return charge_show_currency;
}
public void setCharge_show_currency(String charge_show_currency) {
this.charge_show_currency = charge_show_currency;
}
public Double getCharge_key() {
return charge_key;
}
public void setCharge_key(Double charge_key) {
this.charge_key = charge_key;
}
public String getCharge_key_currency() {
return charge_key_currency;
}
public void setCharge_key_currency(String charge_key_currency) {
this.charge_key_currency = charge_key_currency;
}
public Double getCharge_copy() {
return charge_copy;
}
public void setCharge_copy(Double charge_copy) {
this.charge_copy = charge_copy;
}
public String getCharge_copy_currency() {
return charge_copy_currency;
}
public void setCharge_copy_currency(String charge_copy_currency) {
this.charge_copy_currency = charge_copy_currency;
}
public Integer getIs_viewer_metting() {
return is_viewer_metting;
}
public void setIs_viewer_metting(Integer is_viewer_metting) {
this.is_viewer_metting = is_viewer_metting;
}
public Integer getIs_important() {
return is_important;
}
public void setIs_important(Integer is_important) {
this.is_important = is_important;
}
public Integer getIs_night() {
return is_night;
}
public void setIs_night(Integer is_night) {
this.is_night = is_night;
}
public Integer getIs_copy_key() {
return is_copy_key;
}
public void setIs_copy_key(Integer is_copy_key) {
this.is_copy_key = is_copy_key;
}
public Integer getShow_number() {
return show_number;
}
public void setShow_number(Integer show_number) {
this.show_number = show_number;
}
public String getFilm_requirement() {
return film_requirement;
}
public void setFilm_requirement(String film_requirement) {
this.film_requirement = film_requirement;
}
public String getCopy_options() {
return copy_options;
}
public void setCopy_options(String copy_options) {
this.copy_options = copy_options;
}
}
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