feat: 初始化平台总后台与核心API
This commit is contained in:
11
backend/internal/platform/org_service_person.go
Normal file
11
backend/internal/platform/org_service_person.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package platform
|
||||
|
||||
// OrgServicePerson 对应 org_service_person,表示具备一个或多个服务角色的人员。
|
||||
type OrgServicePerson struct {
|
||||
Identity string `json:"identity"`
|
||||
Name string `json:"name"`
|
||||
PhoneMasked string `json:"phoneMasked"`
|
||||
Roles string `json:"roles"`
|
||||
WorkStatus string `json:"workStatus"`
|
||||
Credential string `json:"credentialStatus"`
|
||||
}
|
||||
Reference in New Issue
Block a user