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
93f1d6a2
Commit
93f1d6a2
authored
Nov 24, 2018
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xx
parent
7e4ac0dd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
73 deletions
+15
-73
Fc_member_film_base_model.java
.../com/egolm/film/bean/model/Fc_member_film_base_model.java
+15
-73
No files found.
src/main/java/com/egolm/film/bean/model/Fc_member_film_base_model.java
View file @
93f1d6a2
...
...
@@ -20,8 +20,8 @@ public class Fc_member_film_base_model implements Serializable{
@ApiModelProperty
(
"影片编号"
)
Long
member_film_id
;
@ApiModelProperty
(
"影片类型"
)
String
film_type_name
;
@ApiModelProperty
(
"影片类型扩展分类"
)
String
film_type_name_short
;
@ApiModelProperty
(
"报名性质"
)
String
enroll_type_name
;
@ApiModelProperty
(
"报名性质扩展分类"
)
String
[]
enroll_type_name_other
;
@ApiModelProperty
(
"报名性质"
)
Integer
[]
enroll_type_name
;
@ApiModelProperty
(
"报名性质扩展分类"
)
Integer
[]
enroll_type_name_other
;
@ApiModelProperty
(
"影片原名"
)
String
original_name
;
@ApiModelProperty
(
"中文名称"
)
String
cn_name
;
@ApiModelProperty
(
"英文名称"
)
String
en_name
;
...
...
@@ -52,249 +52,191 @@ public class Fc_member_film_base_model implements Serializable{
public
Long
getMember_film_id
()
{
return
member_film_id
;
}
public
void
setMember_film_id
(
Long
member_film_id
)
{
this
.
member_film_id
=
member_film_id
;
}
public
String
getFilm_type_name
()
{
return
film_type_name
;
}
public
void
setFilm_type_name
(
String
film_type_name
)
{
this
.
film_type_name
=
film_type_name
;
}
public
String
getFilm_type_name_short
()
{
return
film_type_name_short
;
}
public
void
setFilm_type_name_short
(
String
film_type_name_short
)
{
this
.
film_type_name_short
=
film_type_name_short
;
}
public
String
getEnroll_type_name
()
{
public
Integer
[]
getEnroll_type_name
()
{
return
enroll_type_name
;
}
public
void
setEnroll_type_name
(
String
enroll_type_name
)
{
public
void
setEnroll_type_name
(
Integer
[]
enroll_type_name
)
{
this
.
enroll_type_name
=
enroll_type_name
;
}
public
String
[]
getEnroll_type_name_other
()
{
public
Integer
[]
getEnroll_type_name_other
()
{
return
enroll_type_name_other
;
}
public
void
setEnroll_type_name_other
(
String
[]
enroll_type_name_other
)
{
public
void
setEnroll_type_name_other
(
Integer
[]
enroll_type_name_other
)
{
this
.
enroll_type_name_other
=
enroll_type_name_other
;
}
public
String
getOriginal_name
()
{
return
original_name
;
}
public
void
setOriginal_name
(
String
original_name
)
{
this
.
original_name
=
original_name
;
}
public
String
getCn_name
()
{
return
cn_name
;
}
public
void
setCn_name
(
String
cn_name
)
{
this
.
cn_name
=
cn_name
;
}
public
String
getEn_name
()
{
return
en_name
;
}
public
void
setEn_name
(
String
en_name
)
{
this
.
en_name
=
en_name
;
}
public
String
getIntro
()
{
return
intro
;
}
public
void
setIntro
(
String
intro
)
{
this
.
intro
=
intro
;
}
public
String
getFilm_country
()
{
return
film_country
;
}
public
void
setFilm_country
(
String
film_country
)
{
this
.
film_country
=
film_country
;
}
public
String
getDialogue_lang
()
{
return
dialogue_lang
;
}
public
void
setDialogue_lang
(
String
dialogue_lang
)
{
this
.
dialogue_lang
=
dialogue_lang
;
}
public
String
getSubtitle_lang
()
{
return
subtitle_lang
;
}
public
void
setSubtitle_lang
(
String
subtitle_lang
)
{
this
.
subtitle_lang
=
subtitle_lang
;
}
public
String
[]
getCo_production_country
()
{
return
co_production_country
;
}
public
void
setCo_production_country
(
String
[]
co_production_country
)
{
this
.
co_production_country
=
co_production_country
;
}
public
String
getFilm_total_time
()
{
return
film_total_time
;
}
public
void
setFilm_total_time
(
String
film_total_time
)
{
this
.
film_total_time
=
film_total_time
;
}
public
String
getCompletion_date
()
{
return
completion_date
;
}
public
void
setCompletion_date
(
String
completion_date
)
{
this
.
completion_date
=
completion_date
;
}
public
String
getShow_date
()
{
return
show_date
;
}
public
void
setShow_date
(
String
show_date
)
{
this
.
show_date
=
show_date
;
}
public
String
getFirst_show_date
()
{
return
first_show_date
;
}
public
void
setFirst_show_date
(
String
first_show_date
)
{
this
.
first_show_date
=
first_show_date
;
}
public
String
getFirst_show_city
()
{
return
first_show_city
;
}
public
void
setFirst_show_city
(
String
first_show_city
)
{
this
.
first_show_city
=
first_show_city
;
}
public
Integer
getIs_apply_other_filmfest
()
{
return
is_apply_other_filmfest
;
}
public
void
setIs_apply_other_filmfest
(
Integer
is_apply_other_filmfest
)
{
this
.
is_apply_other_filmfest
=
is_apply_other_filmfest
;
}
public
String
getOther_filmfest_name
()
{
return
other_filmfest_name
;
}
public
void
setOther_filmfest_name
(
String
other_filmfest_name
)
{
this
.
other_filmfest_name
=
other_filmfest_name
;
}
public
String
getFilm_medium
()
{
return
film_medium
;
}
public
void
setFilm_medium
(
String
film_medium
)
{
this
.
film_medium
=
film_medium
;
}
public
String
getFilm_format
()
{
return
film_format
;
}
public
void
setFilm_format
(
String
film_format
)
{
this
.
film_format
=
film_format
;
}
public
String
getFilm_format_url
()
{
return
film_format_url
;
}
public
void
setFilm_format_url
(
String
film_format_url
)
{
this
.
film_format_url
=
film_format_url
;
}
public
String
getFilm_format_passw
()
{
return
film_format_passw
;
}
public
void
setFilm_format_passw
(
String
film_format_passw
)
{
this
.
film_format_passw
=
film_format_passw
;
}
public
String
getFilm_format_other
()
{
return
film_format_other
;
}
public
void
setFilm_format_other
(
String
film_format_other
)
{
this
.
film_format_other
=
film_format_other
;
}
public
String
getFilm_apply_company
()
{
return
film_apply_company
;
}
public
void
setFilm_apply_company
(
String
film_apply_company
)
{
this
.
film_apply_company
=
film_apply_company
;
}
public
String
getFilm_apply_realname
()
{
return
film_apply_realname
;
}
public
void
setFilm_apply_realname
(
String
film_apply_realname
)
{
this
.
film_apply_realname
=
film_apply_realname
;
}
public
String
getFilm_apply_email
()
{
return
film_apply_email
;
}
public
void
setFilm_apply_email
(
String
film_apply_email
)
{
this
.
film_apply_email
=
film_apply_email
;
}
public
String
getFilm_apply_tel
()
{
return
film_apply_tel
;
}
public
void
setFilm_apply_tel
(
String
film_apply_tel
)
{
this
.
film_apply_tel
=
film_apply_tel
;
}
public
String
getFilm_apply_mobile
()
{
return
film_apply_mobile
;
}
public
void
setFilm_apply_mobile
(
String
film_apply_mobile
)
{
this
.
film_apply_mobile
=
film_apply_mobile
;
}
public
String
getFilm_apply_country
()
{
return
film_apply_country
;
}
public
void
setFilm_apply_country
(
String
film_apply_country
)
{
this
.
film_apply_country
=
film_apply_country
;
}
public
String
getOriginal_name
()
{
return
original_name
;
}
public
void
setOriginal_name
(
String
original_name
)
{
this
.
original_name
=
original_name
;
public
static
long
getSerialversionuid
()
{
return
serialVersionUID
;
}
}
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