|
|
@ -40,6 +40,9 @@ type SkuAndAuditItem struct {
|
|
|
|
AuditAt sql.NullTime `json:"auditAt"`
|
|
|
|
AuditAt sql.NullTime `json:"auditAt"`
|
|
|
|
ImgUrl string `json:"imgUrl"`
|
|
|
|
ImgUrl string `json:"imgUrl"`
|
|
|
|
Reason string `json:"reason"`
|
|
|
|
Reason string `json:"reason"`
|
|
|
|
|
|
|
|
FirstCategoryName string `json:"firstCategoryName"`
|
|
|
|
|
|
|
|
SecondCategoryName string `json:"secondCategoryName"`
|
|
|
|
|
|
|
|
ThirdCategoryName string `json:"thirdCategoryName"`
|
|
|
|
CreatedAt time.Time `json:"createdAt"`
|
|
|
|
CreatedAt time.Time `json:"createdAt"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|