Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

SalaryRecord

startDate : Date
salaryCofficient : float
bonusCofficient : float
notes : String

1
Customer
has
code : String
1
fullname : String
Employee phoneNumber : String
1..2 has 1..*
employeeNum : int address : String
Company fullname : String email : String
employees : list<Employee> dob : Date
departments : list<Department> 1
gender : String
1 has 1..* has
projects : list<Project> startdate : Date
*
customers : list<Customer> department : Department
Project
salaryRecords : list<SalaryRecord>
z project : list<Projecrt> code : String
1..* has 1..*
customers : list<Customer> name : String
1
startDate : Date

1..* endDate : Date

content : String

has leadManager : Employee


belongs to
*

* manages
1
Department Manage

name : String code : Employee

manager : Employee fullname : Employee

You might also like