diff --git a/202410/南网仓储/20241030_data_receive_detail.sql b/202410/南网仓储/20241030_data_receive_detail.sql new file mode 100644 index 0000000..dd882cb --- /dev/null +++ b/202410/南网仓储/20241030_data_receive_detail.sql @@ -0,0 +1,4 @@ +ALTER TABLE `ma_sgzb`.`data_receive_detail` + ADD COLUMN `item_id` bigint NULL COMMENT '租赁商城装备id' AFTER `status`; + +INSERT INTO `ma_sgzb`.`sys_dic` ( `p_id`, `code`, `name`, `description`, `value`, `sort`, `level`, `status`, `create_time`, `creator`) VALUES ( 13, NULL, '已退租', NULL, NULL, NULL, '2', '0', NULL, NULL); \ No newline at end of file