大融合新增字段

This commit is contained in:
sxu 2024-10-17 15:41:15 +08:00
parent 49393eb569
commit 3e19bb798a
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
-- 丢失赔偿价
alter table ma_type
add pay_price decimal(10, 2) null comment '丢失赔偿价';
-- 税率
alter table ma_type
add tax_ratio decimal(10, 2) null comment '税率';