|
@@ -80,6 +80,7 @@ type GateTokenBase struct {
|
|
UserPermId int `yaml:"user_perm_id"`
|
|
UserPermId int `yaml:"user_perm_id"`
|
|
MemberId int `yaml:"member_id"`
|
|
MemberId int `yaml:"member_id"`
|
|
MemberPermId int `yaml:"member_perm_id"`
|
|
MemberPermId int `yaml:"member_perm_id"`
|
|
|
|
+ SellerId int `yaml:"seller_id"`
|
|
SgroupId int `yaml:"sgroup_id"`
|
|
SgroupId int `yaml:"sgroup_id"`
|
|
BranchId int `yaml:"branch_id"`
|
|
BranchId int `yaml:"branch_id"`
|
|
StorageId int `yaml:"storage_id"`
|
|
StorageId int `yaml:"storage_id"`
|
|
@@ -99,35 +100,3 @@ type GateTokenBase struct {
|
|
AccAmtPoint int `yaml:"acc_amt_point"`
|
|
AccAmtPoint int `yaml:"acc_amt_point"`
|
|
OfcCode string `yaml:"ofc_code"`
|
|
OfcCode string `yaml:"ofc_code"`
|
|
}
|
|
}
|
|
-
|
|
|
|
-type GateTokenBaseOld struct {
|
|
|
|
- ConnString string
|
|
|
|
- RemoteIp string
|
|
|
|
- DeviceDesc string
|
|
|
|
- FrontIp string
|
|
|
|
- FrontHost string
|
|
|
|
- Referer string
|
|
|
|
- SsoSubId int
|
|
|
|
- UserId int
|
|
|
|
- UserPermId int
|
|
|
|
- MemberId int
|
|
|
|
- MemberPermId int
|
|
|
|
- SgroupId int
|
|
|
|
- BranchId int
|
|
|
|
- StorageId int
|
|
|
|
- AgroupId int
|
|
|
|
- MemberBuyerId int
|
|
|
|
- MemberCompanyId int
|
|
|
|
- CompanySort string
|
|
|
|
- SalesQtyPoint int
|
|
|
|
- SalesPrcPoint int
|
|
|
|
- SalesAmtPoint int
|
|
|
|
- PurchQtyPoint int
|
|
|
|
- PurchPrcPoint int
|
|
|
|
- PurchAmtPoint int
|
|
|
|
- StockQtyPoint int
|
|
|
|
- StockPrcPoint int
|
|
|
|
- StockAmtPoint int
|
|
|
|
- AccAmtPoint int
|
|
|
|
- OfcCode string
|
|
|
|
-}
|
|
|