结算表增加出库备注字段

This commit is contained in:
liang.chao 2024-11-15 15:12:20 +08:00
parent 48838a9821
commit 4b53d1bd32
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
alter table slt_agreement_info
add ck_remark varchar(255) null comment '出库备注';