|
|
@@ -0,0 +1,42 @@
|
|
|
+INSERT INTO `service_platform`.`sys_menu` (`id`, `parent_id`, `name`, `user_type`, `url`, `permission`, `sort`, `levels`, `create_by`, `create_name`, `create_time`, `update_by`, `update_name`, `update_time`, `del_flag`, `is_mobile`) VALUES (374, 284, '产业供地预审', 0, '\"\"', 'G_STOCKLAND_PREJUDICE', 21, NULL, -1, '系统', '2022-11-06', NULL, NULL, NULL, 0, 0);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+CREATE TABLE `industrial_land_supply_status_config` (
|
|
|
+ `id` int(20) NOT NULL AUTO_INCREMENT COMMENT 'id',
|
|
|
+ `create_by` int(20) DEFAULT NULL,
|
|
|
+ `create_name` varchar(64) CHARACTER SET utf8 DEFAULT NULL,
|
|
|
+ `create_time` varchar(45) CHARACTER SET utf8 DEFAULT NULL,
|
|
|
+ `update_by` int(20) DEFAULT NULL,
|
|
|
+ `update_name` varchar(64) CHARACTER SET utf8 DEFAULT NULL,
|
|
|
+ `update_time` varchar(45) CHARACTER SET utf8 DEFAULT NULL,
|
|
|
+ `del_flag` tinyint(1) DEFAULT NULL,
|
|
|
+ `stage` varchar(2) COLLATE utf8_bin DEFAULT NULL,
|
|
|
+ `status_value` varchar(50) COLLATE utf8_bin DEFAULT NULL COMMENT '阶段值',
|
|
|
+ `status_name` varchar(50) COLLATE utf8_bin DEFAULT NULL COMMENT '阶段名称',
|
|
|
+ PRIMARY KEY (`id`) USING BTREE
|
|
|
+) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='产业供地状态表';
|
|
|
+
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '1', '1');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '2', '2');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '3', '3');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '4', '4');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '5', '5');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '6', '6');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '7', '7');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '8', '8');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '9', '9');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '10', '10');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '11', '11');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '12', '12');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '13', '13');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('1', '14', '14');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('2', '15', '15');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('2', '16', '16');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('2', '17', '17');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('2', '18', '18');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('2', '19', '19');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('2', '20', '20');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('2', '21', '21');
|
|
|
+INSERT INTO `industrial_land_supply_status_config` ( `stage`, `status_value`, `status_name`) VALUES ('2', '22', '22');
|