Files
fad_oa/sql/warehouse_master_receipt_doc.sql
2026-05-30 15:32:57 +08:00

5 lines
254 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 出入库单据加"收货单"字段CSV 形式的 sys_oss 主键
ALTER TABLE `sys_oa_warehouse_master`
ADD COLUMN `receipt_doc` varchar(500) DEFAULT NULL COMMENT '收货单/相关附件 OSS ID逗号分隔sys_oss.oss_id'
AFTER `remark`;