From 2aa5d7d70e42543c18abfa8af0f25119b6f982c0 Mon Sep 17 00:00:00 2001 From: gongzuming <gongzuming> Date: 星期三, 28 八月 2024 10:16:56 +0800 Subject: [PATCH] 表优化 --- /dev/null | 21 --------------------- src/main/表设计-二期.xlsx | 0 2 files changed, 0 insertions(+), 21 deletions(-) diff --git a/src/main/resources/update.sql b/src/main/resources/update.sql deleted file mode 100644 index 0328b71..0000000 --- a/src/main/resources/update.sql +++ /dev/null @@ -1,21 +0,0 @@ -CREATE TABLE `t_feedback` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `user_id` varchar(45) DEFAULT NULL COMMENT '用户id', - `type` varchar(20) DEFAULT NULL COMMENT '类型', - `feed_back` varchar(300) DEFAULT NULL COMMENT '投诉反馈内容', - `pictures` longtext COMMENT '投诉凭证', - `reply` varchar(300) DEFAULT NULL COMMENT '回复内容', - `handled` tinyint(1) DEFAULT NULL COMMENT '是否处理', - `reply_time` datetime DEFAULT NULL COMMENT '回复时间', - `deleted` tinyint(1) DEFAULT NULL COMMENT '逻辑删', - `create_by` varchar(50) DEFAULT NULL COMMENT '创建者', - `update_by` varchar(50) DEFAULT NULL COMMENT '修改者', - `create_time` datetime DEFAULT NULL COMMENT '创建时间', - `update_time` datetime DEFAULT NULL COMMENT '修改时间', - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='投诉反馈'; - -INSERT INTO `t_code_type`(`ID`, `NAME`, `CODE`, `DESCRIPTION`, `deleted`, `create_by`, `update_by`, `create_time`, `update_time`) VALUES ('feedback_type', '投诉反馈类型', 'feedback_type', NULL, 0, '1', '1', '2024-08-26 09:23:28', '2024-08-26 09:23:33'); -INSERT INTO `t_code_value`(`id`, `type_code`, `value`, `label`, `description`, `seq`, `status`, `is_vis`, `deleted`, `create_by`, `update_by`, `create_time`, `update_time`) VALUES ('feedback_type_1', 'feedback_type', '1', '平台', '平台', 1, 'A', NULL, NULL, NULL, NULL, NULL, NULL); -INSERT INTO `t_code_value`(`id`, `type_code`, `value`, `label`, `description`, `seq`, `status`, `is_vis`, `deleted`, `create_by`, `update_by`, `create_time`, `update_time`) VALUES ('feedback_type_2', 'feedback_type', '2', '商品', '商品', 2, 'A', NULL, NULL, NULL, NULL, NULL, NULL); -INSERT INTO `t_code_value`(`id`, `type_code`, `value`, `label`, `description`, `seq`, `status`, `is_vis`, `deleted`, `create_by`, `update_by`, `create_time`, `update_time`) VALUES ('feedback_type_3', 'feedback_type', '3', '其它', '其它', 3, 'A', NULL, NULL, NULL, NULL, NULL, NULL); \ No newline at end of file diff --git "a/src/main/\350\241\250\350\256\276\350\256\241-\344\272\214\346\234\237.xlsx" "b/src/main/\350\241\250\350\256\276\350\256\241-\344\272\214\346\234\237.xlsx" index e73e54b..57f66b2 100644 --- "a/src/main/\350\241\250\350\256\276\350\256\241-\344\272\214\346\234\237.xlsx" +++ "b/src/main/\350\241\250\350\256\276\350\256\241-\344\272\214\346\234\237.xlsx" Binary files differ -- Gitblit v1.9.3