Commit 6656c143 authored by Quxl's avatar Quxl

x

parent 675da539
......@@ -329,5 +329,11 @@ public class Fc_member_film_base_model implements Serializable{
public void setId(Long id) {
this.id = id;
}
public String getLevel_text() {
return level_text;
}
public void setLevel_text(String level_text) {
this.level_text = level_text;
}
}
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