Commit
4db8290ab86e8049eb42d4b6780e8cd251c156be
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
| /** |
|
| @@ -36,7 +36,6 @@ import java.util.Date; |
| @@ -36,7 +36,6 @@ import java.util.Date; |
|
36
| public class Station { |
36
| public class Station { |
|
37
| |
37
| |
|
38
| @Id |
38
| @Id |
|
39
| - @GeneratedValue(strategy = GenerationType.IDENTITY) |
| |
|
40
| private Integer id; |
39
| private Integer id; |
|
41
| |
40
| |
|
42
| /** |
41
| /** |