Files
lserp_cs_5.0/新增SQL/20150124/单据录入增加条码快速录入.sql
2026-07-10 15:25:05 +08:00

8 lines
197 B
Transact-SQL

alter table p_systembillsource add CodeInputSQL varchar(2000)
go
alter table p_systembillsource add CodeInputCaption varchar(30)
go
alter table p_systembillsource add CodeInputHint varchar(30)
go