Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sentinel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sentinel
Commits
4dc9a6f2
Commit
4dc9a6f2
authored
Dec 05, 2018
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
09d749c8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
0 deletions
+78
-0
Fc_member_film_base_model.java
.../com/egolm/film/bean/model/Fc_member_film_base_model.java
+78
-0
No files found.
src/main/java/com/egolm/film/bean/model/Fc_member_film_base_model.java
View file @
4dc9a6f2
...
...
@@ -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
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment