解决 bug

This commit is contained in:
2025-07-12 19:05:23 +08:00
parent 9113dab102
commit 1462018682
10 changed files with 47 additions and 26 deletions

View File

@ -5,7 +5,11 @@ type StoreAdminInfoIn struct {
}
type StoreAdminInfoOut struct {
Username string
Id int64
StoreId int64
Username string
RealName string
IsPrimary bool
}
type StoreAdminLoginIn struct {