Browse Source

供应商编号重复问题

mainqaq 2 years ago
parent
commit
eadd4805ea
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service/supply_service.go

+ 0 - 1
service/supply_service.go View File

@@ -3,7 +3,6 @@ package service
3 3
 import (
4 4
 	"XT_New/models"
5 5
 	"github.com/jinzhu/gorm"
6
-	"strconv"
7 6
 	"strings"
8 7
 	"time"
9 8
 )