refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 634239a9f1 - Show all commits

View File

@ -31,7 +31,6 @@ type CreateOwnerRequest struct {
Email string `json:"email"`
SupplierID string `json:"supplierId"`
RoleID string `json:"roleId"`
Password string `json:"password"`
}
type UpdateOwnerRequest struct {
@ -49,7 +48,6 @@ type CreateStaffRequest struct {
Email string `json:"email"`
SupplierID string `json:"supplierId"`
RoleID string `json:"roleId"`
Password string `json:"password"`
Warehouses []string `json:"warehouses"`
}