Commit 0d8113e0 by 吴延飞

Merge remote-tracking branch 'origin/master'

parents 1fc2eb02 07087248
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 TravelInfo {
public class Travel {
// ID
private Long id;
......
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 TravelEventInfo {
public class TravelEvent {
// ID
private Integer id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment