fix
wangpengfei
2023-07-26 d3ff95a6631915cd56ac7f774f5fca297b9f5642
router/timelyRate.go
@@ -1,3 +1,4 @@
package router
import (
@@ -16,4 +17,4 @@
      timelyRateRouter.PUT("update", timelyRateApi.Update)        // 更新销售阶段
      timelyRateRouter.GET("list", timelyRateApi.List)            // 获取销售阶段列表
   }
}
}