From 2609443184023dfdc6eecc938add3f04a3531ed3 Mon Sep 17 00:00:00 2001 From: 15856 <15856818120@163.com> Date: Wed, 30 Oct 2024 18:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E8=B5=81=E6=8E=A8=E9=80=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=88=B0=E6=99=BA=E6=85=A7=E5=B7=A5=E7=A8=8B=E5=92=8C?= =?UTF-8?q?=E4=BB=93=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202410/南网仓储/20241030_data_receive_detail.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 202410/南网仓储/20241030_data_receive_detail.sql 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