lease_apply_details优化

This commit is contained in:
sxu 2024-11-11 10:20:16 +08:00
parent 131deb5894
commit ba0eb07b12
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ CREATE TABLE `lease_agreement_record` (
DROP TABLE IF EXISTS `lease_apply_details`;
CREATE TABLE `lease_apply_details` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID',
`parennt_id` int(11) NOT NULL COMMENT '任务ID',
`parent_id` int(11) NOT NULL COMMENT '任务ID',
`type_id` int(11) NOT NULL COMMENT '规格ID',
`pre_num` int(11) NULL DEFAULT 0 COMMENT '预领料数',
`audit_num` int(11) NULL DEFAULT 0 COMMENT '审批数量',