From 8181d5578080db72510b092cf3a47b4b2e8f12af Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Mon, 26 Aug 2024 10:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BA=86=E6=88=90=E5=A5=97=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202408/南网仓储/ma_whole_set_20240826.sql | 37 +++++++++++++++++++++++ 202408/重庆机具/ma_whole_set_20240826.sql | 37 +++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 202408/南网仓储/ma_whole_set_20240826.sql create mode 100644 202408/重庆机具/ma_whole_set_20240826.sql diff --git a/202408/南网仓储/ma_whole_set_20240826.sql b/202408/南网仓储/ma_whole_set_20240826.sql new file mode 100644 index 0000000..c3eddf2 --- /dev/null +++ b/202408/南网仓储/ma_whole_set_20240826.sql @@ -0,0 +1,37 @@ +/* + Navicat Premium Data Transfer + + Source Server : 192.168.0.14.2009 + Source Server Type : MySQL + Source Server Version : 80200 + Source Host : 192.168.0.14:2009 + Source Schema : ma_sgzb_cq + + Target Server Type : MySQL + Target Server Version : 80200 + File Encoding : 65001 + + Date: 26/08/2024 10:36:32 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for ma_whole_set +-- ---------------------------- +DROP TABLE IF EXISTS `ma_whole_set`; +CREATE TABLE `ma_whole_set` ( + `id` int(0) NOT NULL AUTO_INCREMENT, + `whole_type_name` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '配套名称', + `ascription_type` int(0) NULL DEFAULT NULL COMMENT '1:主体设备 2:配套设备', + `type_id` int(0) NULL DEFAULT NULL COMMENT '机具类型配件id', + `parent_id` int(0) NULL DEFAULT NULL COMMENT '父级id', + `part_num` int(0) NULL DEFAULT NULL COMMENT '整套配件数', + `status` varchar(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '1' COMMENT '是否启用(0 否,1 是)', + `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建人', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 686 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = DYNAMIC; + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/202408/重庆机具/ma_whole_set_20240826.sql b/202408/重庆机具/ma_whole_set_20240826.sql new file mode 100644 index 0000000..c3eddf2 --- /dev/null +++ b/202408/重庆机具/ma_whole_set_20240826.sql @@ -0,0 +1,37 @@ +/* + Navicat Premium Data Transfer + + Source Server : 192.168.0.14.2009 + Source Server Type : MySQL + Source Server Version : 80200 + Source Host : 192.168.0.14:2009 + Source Schema : ma_sgzb_cq + + Target Server Type : MySQL + Target Server Version : 80200 + File Encoding : 65001 + + Date: 26/08/2024 10:36:32 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for ma_whole_set +-- ---------------------------- +DROP TABLE IF EXISTS `ma_whole_set`; +CREATE TABLE `ma_whole_set` ( + `id` int(0) NOT NULL AUTO_INCREMENT, + `whole_type_name` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '配套名称', + `ascription_type` int(0) NULL DEFAULT NULL COMMENT '1:主体设备 2:配套设备', + `type_id` int(0) NULL DEFAULT NULL COMMENT '机具类型配件id', + `parent_id` int(0) NULL DEFAULT NULL COMMENT '父级id', + `part_num` int(0) NULL DEFAULT NULL COMMENT '整套配件数', + `status` varchar(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '1' COMMENT '是否启用(0 否,1 是)', + `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建人', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 686 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = DYNAMIC; + +SET FOREIGN_KEY_CHECKS = 1;