Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
member-api
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
曲欣亮
member-api
Commits
ab0616fa
Commit
ab0616fa
authored
Oct 09, 2018
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充申请单
parent
18c7424b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
54 deletions
+58
-54
ApplyModel.java
...main/java/com/egolm/film/api/member/model/ApplyModel.java
+58
-54
No files found.
src/main/java/com/egolm/film/api/member/model/ApplyModel.java
View file @
ab0616fa
package
com
.
egolm
.
film
.
api
.
member
.
model
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
@ApiModel
public
class
ApplyModel
{
/**
* 基本信息
*/
private
String
film_type_name
;
// 影片类型
private
String
film_type_name_short
;
// 影片类型细分
private
String
[]
enroll_type
;
// 影片性质
private
String
cn_name
;
// 中文名
private
String
en_name
;
// 英文名
private
String
intro
;
// 简介
@ApiModelProperty
(
required
=
false
,
value
=
"影片类型"
)
private
String
film_type_name
;
// 影片类型
@ApiModelProperty
(
required
=
false
,
value
=
"类型细分"
)
private
String
film_type_name_short
;
// 影片类型细分
@ApiModelProperty
(
required
=
false
,
value
=
"影片性质"
)
private
String
[]
enroll_type
;
// 影片性质
@ApiModelProperty
(
required
=
false
,
value
=
"中文名称"
)
private
String
cn_name
;
// 中文名
@ApiModelProperty
(
required
=
false
,
value
=
"英文名称"
)
private
String
en_name
;
// 英文名
@ApiModelProperty
(
required
=
false
,
value
=
"影片简介"
)
private
String
intro
;
// 简介
/**
* 制作信息
*/
private
String
film_country
;
// 制作国/地区
private
String
[]
dialogue_lang
;
// 对白语言
private
String
[]
subtitle_lang
;
// 字幕语言
private
String
[]
co_production_country
;
// 拍片国/地区
private
Integer
film_total_time_hour
;
// 影片时长-小时
private
Integer
film_total_time_minute
;
// 影片时长-分钟
private
String
completion_date
;
// 影片完成日期
private
String
show_date
;
// 公映日期
private
String
film_medium
;
// 影片色彩
private
String
film_format
;
// 样片规格
@ApiModelProperty
(
required
=
false
,
value
=
"制作国家"
)
private
String
film_country
;
// 制作国/地区
@ApiModelProperty
(
required
=
false
,
value
=
"对白语言"
)
private
String
[]
dialogue_lang
;
// 对白语言
@ApiModelProperty
(
required
=
false
,
value
=
"字幕语言"
)
private
String
[]
subtitle_lang
;
// 字幕语言
@ApiModelProperty
(
required
=
false
,
value
=
"拍片国家"
)
private
String
[]
co_production_country
;
// 拍片国/地区
@ApiModelProperty
(
required
=
false
,
value
=
"时长小时"
)
private
Integer
film_total_time_hour
;
// 影片时长-小时
@ApiModelProperty
(
required
=
false
,
value
=
"时长分钟"
)
private
Integer
film_total_time_minute
;
// 影片时长-分钟
@ApiModelProperty
(
required
=
false
,
value
=
"完成日期"
)
private
String
completion_date
;
// 影片完成日期
@ApiModelProperty
(
required
=
false
,
value
=
"公映日期"
)
private
String
show_date
;
// 公映日期
@ApiModelProperty
(
required
=
false
,
value
=
"影片色彩"
)
private
String
film_medium
;
// 影片色彩
@ApiModelProperty
(
required
=
false
,
value
=
"样片规格"
)
private
String
film_format
;
// 样片规格
/**
* 演职员信息
*/
// 导演
private
String
[]
director_name
;
private
String
[]
director_film_nums
;
private
Integer
[]
director_is_play_shanghai
;
private
String
[]
director_intro
;
@ApiModelProperty
(
required
=
false
,
value
=
"导演名称"
)
private
String
[]
director_name
;
@ApiModelProperty
(
required
=
false
,
value
=
"导演第几部影片"
)
private
String
[]
director_film_nums
;
@ApiModelProperty
(
required
=
false
,
value
=
"是否参加过上海电影节"
)
private
Integer
[]
director_is_play_shanghai
;
@ApiModelProperty
(
required
=
false
,
value
=
"导演简介"
)
private
String
[]
director_intro
;
// 女演员
private
String
[]
playactor_name_woman
;
private
String
[]
playactor_film_nums_woman
;
private
String
[]
playactor_country_woman
;
private
String
[]
playactor_birthday_woman
;
private
String
[]
playactor_film_intro_woman
;
@ApiModelProperty
(
required
=
false
,
value
=
"女演员名"
)
private
String
[]
playactor_name_woman
;
@ApiModelProperty
(
required
=
false
,
value
=
"女演员第几部影片"
)
private
String
[]
playactor_film_nums_woman
;
@ApiModelProperty
(
required
=
false
,
value
=
"女演员国籍"
)
private
String
[]
playactor_country_woman
;
@ApiModelProperty
(
required
=
false
,
value
=
"女演员生日"
)
private
String
[]
playactor_birthday_woman
;
@ApiModelProperty
(
required
=
false
,
value
=
"女演员出演过影片"
)
private
String
[]
playactor_film_intro_woman
;
// 男演员
private
String
[]
playactor_name_man
;
private
String
[]
playactor_film_nums_man
;
private
String
[]
playactor_country_man
;
private
String
[]
playactor_birthday_man
;
private
String
[]
playactor_film_intro_man
;
@ApiModelProperty
(
required
=
false
,
value
=
"男演员名"
)
private
String
[]
playactor_name_man
;
@ApiModelProperty
(
required
=
false
,
value
=
"男演员第几部影片"
)
private
String
[]
playactor_film_nums_man
;
@ApiModelProperty
(
required
=
false
,
value
=
"男演员国籍"
)
private
String
[]
playactor_country_man
;
@ApiModelProperty
(
required
=
false
,
value
=
"男演员生日"
)
private
String
[]
playactor_birthday_man
;
@ApiModelProperty
(
required
=
false
,
value
=
"男演员出演过影片"
)
private
String
[]
playactor_film_intro_man
;
// 编剧
private
String
[]
playactor_name_scriptwriter
;
private
String
[]
playactor_film_nums_scriptwriter
;
private
String
[]
playactor_country_scriptwriter
;
private
String
[]
playactor_birthday_scriptwriter
;
private
String
[]
playactor_film_intro_scriptwriter
;
@ApiModelProperty
(
required
=
false
,
value
=
"编剧名称"
)
private
String
[]
playactor_name_scriptwriter
;
@ApiModelProperty
(
required
=
false
,
value
=
"第几部影片"
)
private
String
[]
playactor_film_nums_scriptwriter
;
@ApiModelProperty
(
required
=
false
,
value
=
"编剧国籍"
)
private
String
[]
playactor_country_scriptwriter
;
@ApiModelProperty
(
required
=
false
,
value
=
"编剧生日"
)
private
String
[]
playactor_birthday_scriptwriter
;
@ApiModelProperty
(
required
=
false
,
value
=
"编过哪些影片"
)
private
String
[]
playactor_film_intro_scriptwriter
;
// 摄影
private
String
[]
playactor_name_photography
;
private
String
[]
playactor_film_nums_photography
;
private
String
[]
playactor_country_photography
;
private
String
[]
playactor_birthday_photography
;
private
String
[]
playactor_film_intro_photography
;
@ApiModelProperty
(
required
=
false
,
value
=
"摄影师名称"
)
private
String
[]
playactor_name_photography
;
@ApiModelProperty
(
required
=
false
,
value
=
"拍过几部片"
)
private
String
[]
playactor_film_nums_photography
;
@ApiModelProperty
(
required
=
false
,
value
=
"摄影师国籍"
)
private
String
[]
playactor_country_photography
;
@ApiModelProperty
(
required
=
false
,
value
=
"摄影师生日"
)
private
String
[]
playactor_birthday_photography
;
@ApiModelProperty
(
required
=
false
,
value
=
"摄影师简介"
)
private
String
[]
playactor_film_intro_photography
;
/**
* 放映/发行信息
*/
private
String
play_shanghai
;
@ApiModelProperty
(
required
=
false
,
value
=
"首映??"
)
private
String
play_shanghai
;
// 放映方
private
String
[]
show_filmfest
;
private
String
[]
show_filmfest_type
;
private
String
[]
show_filmfest_intro
;
@ApiModelProperty
(
required
=
false
,
value
=
"放映电影节"
)
private
String
[]
show_filmfest
;
@ApiModelProperty
(
required
=
false
,
value
=
"参赛/展映"
)
private
String
[]
show_filmfest_type
;
@ApiModelProperty
(
required
=
false
,
value
=
"获奖信息"
)
private
String
[]
show_filmfest_intro
;
// 发行方
private
String
[]
issuer_company
;
private
String
[]
issuer_contacts
;
private
String
[]
issuer_email
;
private
String
[]
issuer_tel
;
@ApiModelProperty
(
required
=
false
,
value
=
"发行公司"
)
private
String
[]
issuer_company
;
@ApiModelProperty
(
required
=
false
,
value
=
"发行方联系人"
)
private
String
[]
issuer_contacts
;
@ApiModelProperty
(
required
=
false
,
value
=
"发行方邮箱"
)
private
String
[]
issuer_email
;
@ApiModelProperty
(
required
=
false
,
value
=
"发行方电话"
)
private
String
[]
issuer_tel
;
/**
* 申报信息
*/
private
String
film_apply_company
;
private
String
film_apply_realname
;
private
String
film_apply_email
;
private
String
film_apply_tel
;
private
String
film_apply_mobile
;
private
String
film_apply_country
;
@ApiModelProperty
(
required
=
false
,
value
=
"申报公司"
)
private
String
film_apply_company
;
@ApiModelProperty
(
required
=
false
,
value
=
"联系人"
)
private
String
film_apply_realname
;
@ApiModelProperty
(
required
=
false
,
value
=
"联系人邮箱"
)
private
String
film_apply_email
;
@ApiModelProperty
(
required
=
false
,
value
=
"联系人电话"
)
private
String
film_apply_tel
;
@ApiModelProperty
(
required
=
false
,
value
=
"联系人手机"
)
private
String
film_apply_mobile
;
@ApiModelProperty
(
required
=
false
,
value
=
"联系人国籍"
)
private
String
film_apply_country
;
public
String
getFilm_type_name
()
{
return
film_type_name
;
...
...
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