Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
ZHHT-IRN-BD-ANALYSIS
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李凯旋
ZHHT-IRN-BD-ANALYSIS
Commits
0d8113e0
Commit
0d8113e0
authored
Nov 03, 2022
by
吴延飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
1fc2eb02
07087248
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
Travel.java
...m-streaming/src/main/java/com/zhht/irn/entity/Travel.java
+4
-3
TravelEvent.java
...eaming/src/main/java/com/zhht/irn/entity/TravelEvent.java
+2
-2
No files found.
realtime/hologram-streaming/src/main/java/com/zhht/irn/entity/
kafka/TravelInfo
.java
→
realtime/hologram-streaming/src/main/java/com/zhht/irn/entity/
Travel
.java
View file @
0d8113e0
package
com
.
zhht
.
irn
.
entity
.
kafka
;
package
com
.
zhht
.
irn
.
entity
;
import
com.zhht.irn.entity.kafka.Location
;
import
java.util.Date
;
import
java.util.List
;
/**
...
...
@@ -12,7 +13,7 @@ import java.util.List;
* @author 吴延飞
* @date 2022-11-02 09:34:12
*/
public
class
Travel
Info
{
public
class
Travel
{
// ID
private
Long
id
;
...
...
realtime/hologram-streaming/src/main/java/com/zhht/irn/entity/
kafka/TravelEventInfo
.java
→
realtime/hologram-streaming/src/main/java/com/zhht/irn/entity/
TravelEvent
.java
View file @
0d8113e0
package
com
.
zhht
.
irn
.
entity
.
kafka
;
package
com
.
zhht
.
irn
.
entity
;
import
com.zhht.irn.enums.EventType
;
...
...
@@ -12,7 +12,7 @@ import java.util.Date;
* https://www.yuque.com/docs/share/9cd59d71-6165-46da-ae43-bc5388149672?#
*
*/
public
class
TravelEvent
Info
{
public
class
TravelEvent
{
// ID
private
Integer
id
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment