if not exists(select 1 from syscolumns where id=object_id('s_exit_warehouseitem') and name='exitproductnum')
alter table s_exit_warehouseitem add exitproductnum int not null defaul 0

标签: none