| | |
| | | "source_doc_id" bigint DEFAULT NULL, |
| | | "source_line_id" bigint DEFAULT NULL, |
| | | "source_doc_code" varchar(64) DEFAULT NULL, |
| | | "work_order_id" bigint DEFAULT NULL, |
| | | "task_id" bigint DEFAULT NULL, |
| | | "workstation_id" bigint DEFAULT NULL, |
| | | "process_id" bigint DEFAULT NULL, |
| | | "batch_code" varchar(100) DEFAULT NULL, |
| | | "item_id" bigint DEFAULT NULL, |
| | | "check_quantity" decimal(14,2) DEFAULT NULL, |
| | | "qualified_quantity" decimal(14,2) DEFAULT NULL, |
| | |
| | | "inspect_date" timestamp DEFAULT NULL, |
| | | "inspector_user_id" bigint DEFAULT NULL, |
| | | "status" tinyint DEFAULT NULL, |
| | | "sampling_location" varchar(255) DEFAULT NULL, |
| | | "certificate_no" varchar(100) DEFAULT NULL, |
| | | "execute_standard" varchar(100) DEFAULT NULL, |
| | | "audit_user_id" bigint DEFAULT NULL, |
| | | "approve_user_id" bigint DEFAULT NULL, |
| | | "remark" varchar(500) DEFAULT NULL, |
| | | "creator" varchar(64) DEFAULT '', |
| | | "create_time" timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, |