|
|
|
@@ -0,0 +1,5 @@ |
|
|
|
alter table wx_rent_contract |
|
|
|
add column rent_input_way smallint(2) DEFAULT 1 comment '租金录入方式1合铺录入2分铺录入', |
|
|
|
add column adjust_ratio_way smallint(2) DEFAULT 1 comment '年租金调整方式1按比例2按金额'; |
|
|
|
|
|
|
|
update wx_rent_contract set rent_input_way=2 where rent_shop_type=1; |