结算表增加出库备注字段
This commit is contained in:
parent
4b53d1bd32
commit
a360397664
|
|
@ -0,0 +1,2 @@
|
|||
alter table slt_agreement_info
|
||||
add ck_remark varchar(255) null comment '出库备注';
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
--任务:xxx
|
||||
|
||||
Loading…
Reference in New Issue