数据库文档

This commit is contained in:
CRM8000 2024-10-08 10:26:21 +08:00
parent 539c7efb14
commit 22a6d2f249

View File

@ -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');