first commit

This commit is contained in:
2026-07-23 09:40:36 +08:00
commit 090abf48fa
989 changed files with 145728 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
ALTER TABLE `oa_expense`
ADD COLUMN `subject_id` int(11) NOT NULL DEFAULT 0 COMMENT '报销企业主体' AFTER `id`;
ALTER TABLE `oa_ticket`
ADD COLUMN `cash_type` int(11) UNSIGNED NULL DEFAULT 1 COMMENT '付款类型:1银行,2支付宝,3微信,4现金,5汇票,6支票,7托收,8其他' AFTER `pay_amount`;