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
4db8290ab86e8049eb42d4b6780e8cd251c156be
Authored by
王通
2024-06-05 10:21:19 +0800
1 parent
c4d24735
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 @
4db8290
...
...
@@ -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 @
4db8290
...
...
@@ -36,7 +36,6 @@ import java.util.Date;
36
36
public class Station {
37
37
38
38
@Id
39
- @GeneratedValue(strategy = GenerationType.IDENTITY)
40
39
private Integer id;
41
40
42
41
/**
...
...