perf: 订单详情表增加路线ID字段

This commit is contained in:
chenxiky 2025-07-13 11:09:47 +08:00
parent 94a164213b
commit 29b47c6dbc

View File

@ -38,6 +38,11 @@ public class OrderDetail extends BaseEntity {
*/ */
private Long deviceId; private Long deviceId;
/**
* 路线ID
*/
private Long routeId;
/** /**
* 载人数量 * 载人数量
*/ */