enhance(user):基本完成用户系列的Repository功能迁移。

This commit is contained in:
徐涛
2023-06-01 13:56:06 +08:00
parent afc0114181
commit 6efe16e2fe
2 changed files with 200 additions and 20 deletions

View File

@@ -55,6 +55,15 @@ func (m ManagementAccountCreationForm) IntoUserDetail() *UserDetail {
}
}
type UserModificationForm struct {
Name string
Region *string
Address *string
Contact *string
Phone *string
UnitServiceFee *decimal.Decimal
}
type User struct {
Id string
Username string