Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xyqb-user2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
head_group
xyqb-user2
Commits
611f0d85
Commit
611f0d85
authored
Dec 30, 2016
by
lee_mingzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change something
parent
15f800f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
Channel.java
src/main/java/cn/quantgroup/xyqb/entity/Channel.java
+0
-11
No files found.
src/main/java/cn/quantgroup/xyqb/entity/Channel.java
View file @
611f0d85
...
@@ -25,9 +25,6 @@ public class Channel implements Serializable {
...
@@ -25,9 +25,6 @@ public class Channel implements Serializable {
@Column
(
name
=
"name"
)
@Column
(
name
=
"name"
)
private
String
name
;
private
String
name
;
@Column
(
name
=
"strategy_name"
)
private
String
strategyName
;
public
Long
getId
()
{
public
Long
getId
()
{
return
id
;
return
id
;
}
}
...
@@ -52,13 +49,6 @@ public class Channel implements Serializable {
...
@@ -52,13 +49,6 @@ public class Channel implements Serializable {
this
.
name
=
name
;
this
.
name
=
name
;
}
}
public
String
getStrategyName
()
{
return
strategyName
;
}
public
void
setStrategyName
(
String
strategyName
)
{
this
.
strategyName
=
strategyName
;
}
@Override
@Override
public
String
toString
()
{
public
String
toString
()
{
...
@@ -66,7 +56,6 @@ public class Channel implements Serializable {
...
@@ -66,7 +56,6 @@ public class Channel implements Serializable {
"channelCode='"
+
channelCode
+
'\''
+
"channelCode='"
+
channelCode
+
'\''
+
", id="
+
id
+
", id="
+
id
+
", name='"
+
name
+
'\''
+
", name='"
+
name
+
'\''
+
", strategyName='"
+
strategyName
+
'\''
+
'}'
;
'}'
;
}
}
}
}
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