router/router.go
@@ -37,6 +37,7 @@ systemApi.POST("dict", DictController.Add) // 新增词典 systemApi.PUT("dict", DictController.Update) // 修改词典 systemApi.DELETE("dict/:id", DictController.Delete) // 删除词典 systemApi.GET("getAutoCode", DictController.GetAutoCode) // 获取自动编码 // 生丝管理 systemApi.GET("getPriceStandardList", rawSilkController.GetPriceStandardList) //获取生丝定价标准 systemApi.POST("savePriceStandard", rawSilkController.SavePriceStandard) //保存生丝定价标准