EricKIm 3 mesiacov pred
rodič
commit
bb2e2aaf54
1 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  1. 1 3
      structs.go

+ 1 - 3
structs.go

@@ -67,7 +67,7 @@ type AbangoAccess struct {
 	DbConnStr string
 }
 
-// !!!여기를 수정할 경 (1)UpdateGtb (2)MemberLogin (3)MemberLogin 을 수정해야 한다.
+// !!!여기를 수정할 경 (1)UpdateGtb (2)MemberLogin (3)MemberLogin 을 수정해야 한다.
 type GateTokenBase struct {
 	ConnStr         string `yaml:"conn_str"` //Only from Custom.yml
 	ConnString      string //RealConnection String
@@ -81,12 +81,10 @@ type GateTokenBase struct {
 	UserPermId      int    `yaml:"user_perm_id"`
 	MemberId        int    `yaml:"member_id"`
 	MemberPermId    int    `yaml:"member_perm_id"`
-	SellerId        int    `yaml:"seller_id"`
 	SgroupId        int    `yaml:"sgroup_id"`
 	BranchId        int    `yaml:"branch_id"`
 	StorageId       int    `yaml:"storage_id"`
 	AgroupId        int    `yaml:"agroup_id"`
-	MemberBuyerId   int    `yaml:"member_buyer_id"`
 	MemberCompanyId int    `yaml:"member_company_id"`
 	CompanySort     string `yaml:"company_sort"`
 	SalesQtyPoint   int    `yaml:"sales_qty_point"`