出库管理 出库人 outbound

出库管理 出库人 outbound
pull/1/head
siontion 9 months ago
parent 6acd97f643
commit d6ea63ec54

@ -29,8 +29,8 @@ CREATE TABLE `wms_storage` (
`tenant_id` bigint(20) NOT NULL COMMENT '租户编号', `tenant_id` bigint(20) NOT NULL COMMENT '租户编号',
`keeper` bigint(20) NULL DEFAULT NULL COMMENT '入库人', `keeper` bigint(20) NULL DEFAULT NULL COMMENT '入库人',
`keeper_time` datetime NULL DEFAULT NULL COMMENT '入库时间', `keeper_time` datetime NULL DEFAULT NULL COMMENT '入库时间',
`outer` bigint(20) NULL DEFAULT NULL COMMENT '出库人', `outbound` bigint(20) NULL DEFAULT NULL COMMENT '出库人',
`outer_time` datetime NULL DEFAULT NULL COMMENT '出库时间', `outbound_time` datetime NULL DEFAULT NULL COMMENT '出库时间',
`cancel` bigint(20) NULL DEFAULT NULL COMMENT '作废人', `cancel` bigint(20) NULL DEFAULT NULL COMMENT '作废人',
`cancel_time` datetime NULL DEFAULT NULL COMMENT '作废时间', `cancel_time` datetime NULL DEFAULT NULL COMMENT '作废时间',
PRIMARY KEY (`id`) USING BTREE PRIMARY KEY (`id`) USING BTREE

Loading…
Cancel
Save