增加 系统药品导出

This commit is contained in:
2024-05-21 16:30:57 +08:00
parent f1588a096e
commit 747dd0c306
6 changed files with 311 additions and 0 deletions
+7
View File
@@ -663,6 +663,13 @@ func privateRouter(r *gin.Engine, api controller.Api) {
// 处方
prescriptionGroup.POST("", api.Export.OrderPrescription)
}
// 药品
productGroup := exportGroup.Group("/product")
{
// 系统药品
productGroup.POST("", api.Export.Product)
}
}
// 商品管理