小程序对接
This commit is contained in:
@@ -254,6 +254,11 @@ CREATE TABLE `blade_waybill` (
|
||||
`driver_id` bigint(20) DEFAULT NULL COMMENT '司机ID',
|
||||
`driver_name` varchar(100) DEFAULT NULL COMMENT '司机姓名',
|
||||
`driver_phone` varchar(50) DEFAULT NULL COMMENT '司机手机号',
|
||||
`driver_accept_status` varchar(32) DEFAULT NULL COMMENT '司机接单状态:pending待接单/accepted已接单/rejected已拒绝',
|
||||
`driver_accept_time` datetime DEFAULT NULL COMMENT '司机接单时间',
|
||||
`driver_accept_driver_id` bigint(20) DEFAULT NULL COMMENT '接单司机ID',
|
||||
`driver_reject_time` datetime DEFAULT NULL COMMENT '司机拒绝接单时间',
|
||||
`driver_reject_reason` varchar(200) DEFAULT NULL COMMENT '司机拒绝接单原因',
|
||||
`vehicle_no` varchar(100) DEFAULT NULL COMMENT '车/船/航班/班列号',
|
||||
`captain_name` varchar(20) DEFAULT NULL COMMENT '船长',
|
||||
`cabin_no` varchar(30) DEFAULT NULL COMMENT '舱位',
|
||||
|
||||
Reference in New Issue
Block a user