Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
go_sku_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e6bf759e
authored
Jan 28, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix
parent
9907f48c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
model/activity.go
model/ly_sku.go
model/activity.go
View file @
e6bf759e
...
@@ -6,7 +6,7 @@ type Activity struct {
...
@@ -6,7 +6,7 @@ type Activity struct {
SupplierIdList
[]
string
SupplierIdList
[]
string
SupplierType
int
`json:"supplier_type"`
SupplierType
int
`json:"supplier_type"`
UserScope
int
`json:"user_scope"`
UserScope
int
`json:"user_scope"`
CanAdminOrder
int
`json:"can_admin_order"`
CanAdminOrder
int
erface
{}
`json:"can_admin_order"`
SignText
string
`json:"sign_text"`
SignText
string
`json:"sign_text"`
BrandIds
string
`json:"brand_ids"`
BrandIds
string
`json:"brand_ids"`
BrandIdList
[]
string
BrandIdList
[]
string
...
...
model/ly_sku.go
View file @
e6bf759e
...
@@ -77,7 +77,7 @@ type PriceActivity struct {
...
@@ -77,7 +77,7 @@ type PriceActivity struct {
type
GiftActivity
struct
{
type
GiftActivity
struct
{
ActivityCommon
ActivityCommon
CanAdminOrder
int
`json:"can_admin_order"`
CanAdminOrder
int
erface
{}
`json:"can_admin_order"`
ItemList
[]
ActivityItem
`json:"items,omitempty"`
ItemList
[]
ActivityItem
`json:"items,omitempty"`
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment