Commit 7303a3bf by 仲光辉

feat: add sql.

parent 563ac625
# alter table admin
# alter table admin
......@@ -3975,6 +3975,9 @@ alter table contract
alter table contract_life_cycle_info
modify contract_life_cycle_role tinyint(1) not null comment '生命周期角色:0:新建合同 1:续租原合同 2:续租新合同 3:扩租原合同 4:扩租新合同 5:以大换小原合同 6:以大换小新合同 7:以小换大原合同 8:以小换大新合同 9:变更主体(追加补充协议) 10:变更主体(新增新合同)原合同 11:变更主体(新增新合同)新合同 12:合同条款变更(含补充协议)原合同 13:合同条款变更(含补充协议)新合同 14:退租合同';
alter table contract
add rent_include_electricity tinyint(1) null comment '租金是否包含电费 0:否 1:是 ';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment