This commit is contained in:
suyl
2021-09-26 11:15:38 +08:00
parent 240fcb6dcb
commit 745608cb94
2 changed files with 2 additions and 2 deletions

View File

@@ -1337,7 +1337,7 @@ func GetStoreMapAudit(db *DaoDB, storeIDs, vendorIDs, auditStatuss []int, fromTi
}
type GetBrandUserResult struct {
*model.BrandUser
model.BrandUser
Name string `json:"name"`
}