readme.docx
This commit is contained in:
parent
40be65e06a
commit
c1de9e832c
|
|
@ -1,5 +1,10 @@
|
|||
--任务:
|
||||
--任务:添加 费用承担方 字段
|
||||
--详情:
|
||||
alter table lease_apply_info
|
||||
add cost_bearing_party varchar(255) null comment '费用承担方';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
--任务:添加 费用承担方 字段
|
||||
--详情:
|
||||
alter table lease_apply_info
|
||||
add cost_bearing_party varchar(255) null comment '费用承担方';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue