Commit 7f62af935493c7cf2d995d647acd8a524909c23e
1 parent
c95559f3
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/entity/LineVersions.java
| @@ -73,7 +73,7 @@ public class LineVersions{ | @@ -73,7 +73,7 @@ public class LineVersions{ | ||
| 73 | * 是否发布 int length(1) | 73 | * 是否发布 int length(1) |
| 74 | * 0(没有),1(发布) | 74 | * 0(没有),1(发布) |
| 75 | */ | 75 | */ |
| 76 | - private int isupdate; | 76 | + private int isupdate = 0; |
| 77 | 77 | ||
| 78 | public Integer getId() { | 78 | public Integer getId() { |
| 79 | return id; | 79 | return id; |