yinbentan
2024-07-12 cdf1e74e60dd3bd214081577f25805ffee921b83
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)           //保存生丝定价标准