大融合新增字段
This commit is contained in:
parent
49393eb569
commit
3e19bb798a
|
|
@ -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 '税率';
|
||||||
Loading…
Reference in New Issue