feat(order): 添加配送方式及相关配送费用字段
- 新增deliveryMethod字段支持配送方式选择(电梯/步梯/一楼商铺) - 新增deliveryFloor字段记录步梯送上楼时的楼层 - 新增deliveryFee字段计算并保存配送费用 - 在数据库表glt_ticket_order中增加对应字段及注释说明 - 丰富订单实体GltTicketOrder类以支持新配送信息存储和传输
This commit is contained in:
@@ -11,7 +11,18 @@
|
||||
"usedAt": 1775972794982,
|
||||
"industryId": "all"
|
||||
}
|
||||
],
|
||||
"e7c3c15a2556446884e56ce4d588e133": [
|
||||
{
|
||||
"expertId": "SeniorDeveloper",
|
||||
"name": "Will",
|
||||
"profession": "高级开发工程师",
|
||||
"avatarUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/avatars/02-Engineering/SeniorDeveloper/SeniorDeveloper.png",
|
||||
"promptUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/experts/02-Engineering/SeniorDeveloper/SeniorDeveloper_zh.md",
|
||||
"usedAt": 1776000797914,
|
||||
"industryId": "all"
|
||||
}
|
||||
]
|
||||
},
|
||||
"lastUpdated": 1776000634627
|
||||
"lastUpdated": 1776000910040
|
||||
}
|
||||
Reference in New Issue
Block a user