Commit 57bcc36a6cb99487bdd259a55a3390f8712c1c01

Authored by 王通
1 parent aed236fd

1.

src/main/java/com/bsth/entity/Section.java
... ... @@ -31,7 +31,6 @@ import javax.persistence.*;
31 31 public class Section{
32 32  
33 33 @Id
34   - /*@GeneratedValue(strategy = GenerationType.IDENTITY)*/
35 34 private Integer id;
36 35  
37 36 /**
... ...
src/main/java/com/bsth/entity/Station.java
... ... @@ -31,7 +31,6 @@ import java.util.Date;
31 31 public class Station {
32 32  
33 33 @Id
34   - @GeneratedValue(strategy = GenerationType.IDENTITY)
35 34 private Integer id;
36 35  
37 36 /**
... ...