重庆sql

This commit is contained in:
liang.chao 2024-08-07 09:17:06 +08:00
parent 6d8a3bbe5d
commit db2d5f6b11
1 changed files with 6 additions and 0 deletions

View File

@ -10,3 +10,9 @@ alter table slt_agreement_info
alter table lease_apply_info
add cost_bearing_party varchar(255) null comment '费用承担方';
-- 领用类型0工程1长期
alter table slt_agreement_info
add lease_type varchar(10) null comment '领用类型0工程1长期';