From c5240ab823df85052da77e3b386325f8fb97d1ba Mon Sep 17 00:00:00 2001 From: JiilingLee <462362@qq.com> Date: Tue, 24 Oct 2023 11:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=A1=E6=8A=A5=E8=A1=A8=E6=A1=A3?= =?UTF-8?q?=E6=A1=88=E7=B1=BB=E5=9E=8B=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/accounting20230920JilingLee.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/accounting20230920JilingLee.sql b/sql/accounting20230920JilingLee.sql index 75c9d63d..60e89776 100644 --- a/sql/accounting20230920JilingLee.sql +++ b/sql/accounting20230920JilingLee.sql @@ -18,6 +18,7 @@ INSERT INTO `lyr-one`.`system_dict_data`(`id`, `sort`, `label`, `value`, `dict_t INSERT INTO `lyr-one`.`system_dict_data`(`id`, `sort`, `label`, `value`, `dict_type`, `status`, `color_type`, `css_class`, `remark`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (NULL, 6, '会计凭证档案', 'accounting_voucher', 'archives_file_type', 0, 'default', '', NULL, '136', '2023-09-08 16:08:02', '136', '2023-09-08 16:09:34', b'0'); INSERT INTO `lyr-one`.`system_dict_data`(`id`, `sort`, `label`, `value`, `dict_type`, `status`, `color_type`, `css_class`, `remark`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (NULL, 7, '会计账簿档案', 'accounting_book', 'archives_file_type', 0, 'default', '', NULL, '136', '2023-09-08 16:08:30', '136', '2023-09-08 16:09:27', b'0'); INSERT INTO `lyr-one`.`system_dict_data`(`id`, `sort`, `label`, `value`, `dict_type`, `status`, `color_type`, `css_class`, `remark`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (NULL, 8, '其它会计档案', 'archives_other', 'archives_file_type', 0, 'default', '', NULL, '136', '2023-09-08 16:10:01', '136', '2023-09-08 16:10:01', b'0'); +INSERT INTO `lyr-one`.`system_dict_data` (`id`, `sort`, `label`, `value`, `dict_type`, `status`, `color_type`, `css_class`, `remark`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (NULL, 9, '会计报表档案', 'accounting_report', 'archives_file_type', 0, 'default', '', NULL, '', '2023-10-24 11:00:43', '', '2023-10-24 11:02:17', b'0'); -- ---------------------------- -- 会计凭证表 for accounting_voucher