Commit
57bcc36a6cb99487bdd259a55a3390f8712c1c01
Authored by
王通
1.
|
| @@ -31,7 +31,6 @@ import javax.persistence.*; |
| @@ -31,7 +31,6 @@ import javax.persistence.*; |
|
31
| public class Section{ |
31
| public class Section{ |
|
32
| |
32
| |
|
33
| @Id |
33
| @Id |
|
34
| - /*@GeneratedValue(strategy = GenerationType.IDENTITY)*/ |
| |
|
35
| private Integer id; |
34
| private Integer id; |
|
36
| |
35
| |
|
37
| /** |
36
| /** |
|
| @@ -31,7 +31,6 @@ import java.util.Date; |
| @@ -31,7 +31,6 @@ import java.util.Date; |
|
31
| public class Station { |
31
| public class Station { |
|
32
| |
32
| |
|
33
| @Id |
33
| @Id |
|
34
| - @GeneratedValue(strategy = GenerationType.IDENTITY) |
| |
|
35
| private Integer id; |
34
| private Integer id; |
|
36
| |
35
| |
|
37
| /** |
36
| /** |