mirror of
https://gitee.com/crm8000/PSI
synced 2024-11-23 00:42:21 +00:00
数据库文档
This commit is contained in:
parent
539c7efb14
commit
22a6d2f249
@ -6,3 +6,8 @@
|
|||||||
DELETE FROM t_code_table_category where id = '1BEE661C-5100-11EE-89B4-E86A641ED142';
|
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)
|
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');
|
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');
|
||||||
|
Loading…
Reference in New Issue
Block a user