feat: backuser list
CI / changes (push) Successful in 37s
CI / ad (push) Successful in 0s
CI / admin (push) Successful in 0s
CI / bff (push) Successful in 1s
CI / chore (push) Successful in 0s
CI / equipment (push) Successful in 0s
CI / express (push) Successful in 1s
CI / product (push) Successful in 0s
CI / record (push) Successful in 0s
CI / sale (push) Successful in 21s
CI / task (push) Successful in 0s
CI / user (push) Successful in 18s
CI / wecom (push) Successful in 0s

This commit is contained in:
zzw
2026-09-04 15:56:12 +08:00
parent f0519b84f2
commit f8c7419964
5 changed files with 29 additions and 8 deletions
+4
View File
@@ -27,5 +27,9 @@ const (
SubjectTypeStore = "store"
SubjectTypeUser = "user"
GenderMale uint8 = 1
GenderFemale uint8 = 2
GenderUnknown uint8 = 3
ExtraJsonEmpty = "{}"
)
+1 -1
View File
@@ -29,7 +29,7 @@ type UserCreate struct {
type UserListItem struct {
Id int64 `json:"id"`
Name string `json:"name"`
HeadPortrait string `json:"head_portrait"`
Avatar string `json:"avatar"`
Mobile string `json:"mobile"`
OriginMobile string `json:"origin_mobile"`
Gender uint8 `json:"gender"`