package oa

type Oa struct {
	Department department
	Staff      staff
	Role       role
}