Browse Source

fix:多余的import没有删除

Roc 4 years ago
parent
commit
2cdd9da57c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      services/company_product.go

+ 0 - 1
services/company_product.go

@@ -3,7 +3,6 @@ package services
 import (
 	"fmt"
 	"hongze/hongze_task/models"
-	"hongze/hongze_task/models/company_product_log"
 	"hongze/hongze_task/utils"
 	"strconv"
 	"time"