Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -18,10 +18,11 @@ type UserDetail struct {
|
||||
HasPassword bool `json:"has_password"` // 🔐 SADECE DURUM
|
||||
|
||||
// ===== İLİŞKİLER =====
|
||||
Roles []string `json:"roles"`
|
||||
Departments []DeptOption `json:"departments"`
|
||||
Piyasalar []DeptOption `json:"piyasalar"`
|
||||
NebimUsers []NebimOption `json:"nebim_users"`
|
||||
Roles []string `json:"roles"`
|
||||
Departments []DeptOption `json:"departments"`
|
||||
Piyasalar []DeptOption `json:"piyasalar"`
|
||||
NebimUsers []NebimOption `json:"nebim_users"`
|
||||
OrderPriceListPriceGroups []string `json:"order_price_list_price_groups"`
|
||||
}
|
||||
|
||||
// ======================================================
|
||||
@@ -35,10 +36,11 @@ type UserWrite struct {
|
||||
Mobile string `json:"mobile"`
|
||||
Address string `json:"address"`
|
||||
|
||||
Roles []string `json:"roles"`
|
||||
Departments []DeptOption `json:"departments"`
|
||||
Piyasalar []DeptOption `json:"piyasalar"`
|
||||
NebimUsers []NebimOption `json:"nebim_users"`
|
||||
Roles []string `json:"roles"`
|
||||
Departments []DeptOption `json:"departments"`
|
||||
Piyasalar []DeptOption `json:"piyasalar"`
|
||||
NebimUsers []NebimOption `json:"nebim_users"`
|
||||
OrderPriceListPriceGroups []string `json:"order_price_list_price_groups"`
|
||||
}
|
||||
|
||||
// ======================================================
|
||||
|
||||
Reference in New Issue
Block a user