composite

package
v0.0.0-...-d9f233c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Company

type Company interface {
	// contains filtered or unexported methods
}

公司管理接口

type ConcreateCompany

type ConcreateCompany struct {
	RealCompany
	// contains filtered or unexported fields
}

具体公司

func NewConcreateCompany

func NewConcreateCompany(name string) *ConcreateCompany

type FinanceDepartment

type FinanceDepartment struct {
	RealCompany
}

财务部门

func NewFinanceDepartment

func NewFinanceDepartment(name string) *FinanceDepartment

type HRDepartment

type HRDepartment struct {
	RealCompany
}

人力资源部门

func NewHRDepartment

func NewHRDepartment(name string) *HRDepartment

type RealCompany

type RealCompany struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL