8 lines
89 B
Go
8 lines
89 B
Go
|
package oa
|
||
|
|
||
|
type Oa struct {
|
||
|
Department department
|
||
|
Staff staff
|
||
|
Role role
|
||
|
}
|