feat: 库存 XLS 导入功能(后端接口 + 前端导入按钮)

This commit is contained in:
wangjia
2026-05-19 00:22:17 +08:00
parent b243ad885f
commit 7ac06a409d
4 changed files with 190 additions and 0 deletions
+1
View File
@@ -169,6 +169,7 @@ func Setup(r *gin.Engine, db *gorm.DB) {
imp.POST("/product-specs", importH.ImportProductSpecs)
imp.POST("/stock-in", importH.ImportStockIn)
imp.POST("/stock-out", importH.ImportStockOut)
imp.POST("/inventory", importH.ImportInventory)
}
// 基础数据选项(名称/系列/规格)