perf: 订单详情表增加路线ID字段
This commit is contained in:
parent
94a164213b
commit
29b47c6dbc
@ -38,6 +38,11 @@ public class OrderDetail extends BaseEntity {
|
|||||||
*/
|
*/
|
||||||
private Long deviceId;
|
private Long deviceId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 路线ID
|
||||||
|
*/
|
||||||
|
private Long routeId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 载人数量
|
* 载人数量
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user