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
57bcc36a6cb99487bdd259a55a3390f8712c1c01
Authored by
王通
2024-06-04 16:39:56 +0800
1 parent
aed236fd
build: skipped
1.
Changes
2
Builds
0
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
src/main/java/com/bsth/entity/Section.java
src/main/java/com/bsth/entity/Station.java
src/main/java/com/bsth/entity/Section.java
View file @
57bcc36
...
...
@@ -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
View file @
57bcc36
...
...
@@ -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
/**
...
...