yinbentan
2024-07-12 cdf1e74e60dd3bd214081577f25805ffee921b83
router/router.go
@@ -33,10 +33,11 @@
   systemApi := r.Group(urlPrefix + "/system")
   {
      //词典管理
      systemApi.GET("dict", DictController.List)          // 获取词典列表
      systemApi.POST("dict", DictController.Add)          // 新增词典
      systemApi.PUT("dict", DictController.Update)        // 修改词典
      systemApi.DELETE("dict/:id", DictController.Delete) // 删除词典
      systemApi.GET("dict", DictController.List)               // 获取词典列表
      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)           //保存生丝定价标准