From 22a6d2f24973435cfd650f79b73945a2d162ad83 Mon Sep 17 00:00:00 2001 From: CRM8000 Date: Tue, 8 Oct 2024 10:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/99 SQL/11SLN0002_CodeTable.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/99 SQL/11SLN0002_CodeTable.sql b/doc/99 SQL/11SLN0002_CodeTable.sql index b8b0b4cb..8193f832 100644 --- a/doc/99 SQL/11SLN0002_CodeTable.sql +++ b/doc/99 SQL/11SLN0002_CodeTable.sql @@ -6,3 +6,8 @@ DELETE FROM t_code_table_category where id = '1BEE661C-5100-11EE-89B4-E86A641ED142'; INSERT INTO t_code_table_category(id, code, name, parent_id, is_system, sln_code) VALUES ('1BEE661C-5100-11EE-89B4-E86A641ED142', 'SLN0002.01', '银行', NULL, 1, 'SLN0002'); + +# 凭证 +DELETE FROM t_code_table_category where id = '86544F8D-851C-11EF-8872-E86A641ED142'; +INSERT INTO t_code_table_category(id, code, name, parent_id, is_system, sln_code) +VALUES ('86544F8D-851C-11EF-8872-E86A641ED142', 'SLN0002.02', '记账凭证', NULL, 1, 'SLN0002');