Commit 105c0f20 authored by Quxl's avatar Quxl

x

parent fdc9878f
......@@ -142,5 +142,21 @@ public class Fc_cinema_model implements java.io.Serializable {
return serialVersionUID;
}
public String getContact() {
return contact;
}
public void setContact(String contact) {
this.contact = contact;
}
public Integer getSeat_count() {
return seat_count;
}
public void setSeat_count(Integer seat_count) {
this.seat_count = seat_count;
}
}
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