12345678910111213141516171819202122232425262728293031323334353637 |
- truncate erp_goods; -- 商品
- truncate erp_product_group; -- sku分组
- truncate erp_product_stock; -- 库存
- truncate erp_product_group_item; -- sku分组明细
- truncate erp_product; -- sku明细
- truncate erp_goods_sn; -- 序列号
- truncate erp_locked_stock_detail; -- 冻结库存明细
- truncate erp_item_sn_code; -- 序列号绑定关系
- -- truncate erp_warehouse; -- 仓库
- -- truncate erp_warehouse_area; -- 库位
- -- truncate erp_warehouse_area_type; -- 库位类型
- truncate erp_order; -- 订单
- truncate erp_order_item; -- 订单明细
- truncate erp_order_return; -- 退货
- truncate erp_order_return_item; -- 退货明细
- truncate erp_order_send; -- 发货
- truncate erp_order_send_item; -- 发货明细
- truncate erp_warehouse_entry; -- 入库
- truncate erp_warehouse_entry_product; -- 入库明细
- truncate erp_warehouse_out; -- 出库
- truncate erp_warehouse_out_item; -- 出库明细
- truncate es_stock_damage_report; -- 报损
- truncate es_stock_damage_report_product; -- 报损明细
- truncate es_stock_inventory; -- 盘点
- truncate es_stock_inventory_product; -- 盘点明细
- truncate erp_stock_transfer; -- 调拨
- truncate erp_stock_transfer_product; -- 调拨明细
- truncate erp_goods; -- 商品
- truncate erp_product_group; -- sku分组
- truncate erp_product_stock; -- 库存
- truncate erp_goods_sn; -- 序列号
- truncate erp_locked_stock_detail; -- 冻结库存明细
- truncate erp_item_sn_code; -- 序列号绑定关系
|