liuyang 5 лет назад
Родитель
Сommit
9ae1a30d39
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      backend/src/dashoo.cn/modi_webapi/app/api/duty/detail.go

+ 0 - 1
backend/src/dashoo.cn/modi_webapi/app/api/duty/detail.go

@@ -6,7 +6,6 @@ import (
 	"dashoo.cn/modi_webapi/app/model/duty/detail"
 	detailService "dashoo.cn/modi_webapi/app/service/duty"
 	"dashoo.cn/modi_webapi/library/request"
-	"dashoo.cn/modi_webapi/library/response"
 	"fmt"
 	"github.com/gogf/gf/net/ghttp"
 )