1、调整导入运单

2、调整对账
This commit is contained in:
2026-09-10 02:01:51 +08:00
parent 049a46227d
commit e7d7e61846
11 changed files with 486 additions and 46 deletions
@@ -15,6 +15,7 @@ CREATE TABLE IF NOT EXISTS `blade_voucher_manage` (
`related_waybill_count` int NOT NULL DEFAULT 0 COMMENT '已关联运单数',
`un_related_waybill_count` int NOT NULL DEFAULT 0 COMMENT '未关联运单数',
`audit_status` varchar(20) NOT NULL DEFAULT '-' COMMENT '待审核、审核通过、审核驳回',
`reject_reason` varchar(200) DEFAULT NULL COMMENT '审核驳回原因',
`create_user` bigint DEFAULT NULL, `create_dept` bigint DEFAULT NULL,
`create_time` datetime DEFAULT NULL, `update_user` bigint DEFAULT NULL, `update_time` datetime DEFAULT NULL,
`status` tinyint NOT NULL DEFAULT 1, `is_deleted` tinyint NOT NULL DEFAULT 0,