Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Salary ¶
type Salary struct {
Model
Name string `json:"name" gorm:"not null;unique"` //姓名
Department string `json:"department"` //部门
SocialSecurity string `json:"social_security"` //社保
ProvidentFund string `json:"provident_fund"` //公积金
Salary string `json:"salary"` //实发工资
SalaryTime string `json:"salary_time"` //工资日期
}
Click to show internal directories.
Click to hide internal directories.