调整基础数据、车船务、项目、合同

This commit is contained in:
2026-09-03 22:40:19 +08:00
parent 7f87cd8c27
commit 809b4eb63a
23 changed files with 279 additions and 31 deletions
@@ -7730,6 +7730,7 @@ CREATE TABLE [dbo].[blade_fee_item] (
[fee_category] nvarchar(50) NOT NULL,
[name] nvarchar(50) NOT NULL,
[english_name] nvarchar(100) NULL,
[tax_rate] decimal(6,2) NOT NULL CONSTRAINT [df_blade_fee_item_tax_rate] DEFAULT (0.00),
[create_user] bigint NULL,
[create_dept] bigint NULL,
[create_time] datetime2(0) NULL,