blob: 7ba769f572c695d0eb9a52cd2dd0ade455f0cc42 [file] [log] [blame]
刘洪青831fbf72021-11-06 09:31:10 +08001-- 1.1.init-ability.sql
2
3
4insert into TB_DEV_ABILITY (ID, DELETED, ADD_ACCOUNT, NAME, DESCRIPTION, ENABLED)
5values ('smp', 0, 'init', '电子签章', '电子签章(天威)', 1);
6
7commit;