Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7f62af935493c7cf2d995d647acd8a524909c23e
Authored by
游瑞烽
2018-01-26 12:17:09 +0800
1 parent
c95559f3
update
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/entity/LineVersions.java
src/main/java/com/bsth/entity/LineVersions.java
View file @
7f62af9
...
...
@@ -73,7 +73,7 @@ public class LineVersions{
73
73
* 是否发布 int length(1)
74
74
* 0(没有),1(发布)
75
75
*/
76
- private int isupdate
;
76
+ private int isupdate
= 0
;
77
77
78
78
public Integer getId() {
79
79
return id;
...
...