feat: 初始数据 sql脚本
diff --git a/deploy-manifests/1.1.init-ability.sql b/deploy-manifests/1.1.init-ability.sql
new file mode 100644
index 0000000..7ba769f
--- /dev/null
+++ b/deploy-manifests/1.1.init-ability.sql
@@ -0,0 +1,7 @@
+-- 1.1.init-ability.sql
+
+
+insert into TB_DEV_ABILITY (ID, DELETED, ADD_ACCOUNT, NAME, DESCRIPTION, ENABLED)
+values ('smp', 0, 'init', '电子签章', '电子签章(天威)', 1);
+
+commit;