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