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
67ac9ab4
Commit
67ac9ab4
authored
Feb 14, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
c42394d9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
Fc_report_asia_new.java
src/main/java/com/egolm/film/bean/Fc_report_asia_new.java
+22
-0
No files found.
src/main/java/com/egolm/film/bean/Fc_report_asia_new.java
View file @
67ac9ab4
...
@@ -51,6 +51,9 @@ public class Fc_report_asia_new implements java.io.Serializable {
...
@@ -51,6 +51,9 @@ public class Fc_report_asia_new implements java.io.Serializable {
@Column
(
columnDefinition
=
"double(4,2)"
)
@Column
(
columnDefinition
=
"double(4,2)"
)
private
Double
item_photographer
;
private
Double
item_photographer
;
@Column
(
columnDefinition
=
"double(4,2)"
)
private
Double
item_bestfilm
;
@Column
(
columnDefinition
=
"varchar(255)"
)
@Column
(
columnDefinition
=
"varchar(255)"
)
private
String
item_actor_data
;
private
String
item_actor_data
;
...
@@ -66,6 +69,9 @@ public class Fc_report_asia_new implements java.io.Serializable {
...
@@ -66,6 +69,9 @@ public class Fc_report_asia_new implements java.io.Serializable {
@Column
(
columnDefinition
=
"varchar(255)"
)
@Column
(
columnDefinition
=
"varchar(255)"
)
private
String
item_photographer_data
;
private
String
item_photographer_data
;
@Column
(
columnDefinition
=
"varchar(255)"
)
private
String
item_bestfilm_data
;
public
void
setId
(
Integer
id
)
{
public
void
setId
(
Integer
id
)
{
this
.
id
=
id
;
this
.
id
=
id
;
...
@@ -171,6 +177,14 @@ public class Fc_report_asia_new implements java.io.Serializable {
...
@@ -171,6 +177,14 @@ public class Fc_report_asia_new implements java.io.Serializable {
return
item_photographer
;
return
item_photographer
;
}
}
public
void
setItem_bestfilm
(
Double
item_bestfilm
)
{
this
.
item_bestfilm
=
item_bestfilm
;
}
public
Double
getItem_bestfilm
()
{
return
item_bestfilm
;
}
public
void
setItem_actor_data
(
String
item_actor_data
)
{
public
void
setItem_actor_data
(
String
item_actor_data
)
{
this
.
item_actor_data
=
item_actor_data
;
this
.
item_actor_data
=
item_actor_data
;
}
}
...
@@ -211,5 +225,13 @@ public class Fc_report_asia_new implements java.io.Serializable {
...
@@ -211,5 +225,13 @@ public class Fc_report_asia_new implements java.io.Serializable {
return
item_photographer_data
;
return
item_photographer_data
;
}
}
public
void
setItem_bestfilm_data
(
String
item_bestfilm_data
)
{
this
.
item_bestfilm_data
=
item_bestfilm_data
;
}
public
String
getItem_bestfilm_data
()
{
return
item_bestfilm_data
;
}
}
}
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