feat(oa): 添加员工银行卡号字段
- 在Staff结构体中新增bankCard字段用于存储银行卡信息
This commit is contained in:
@@ -26,6 +26,7 @@ type ReplyStaffInfo struct {
|
||||
Phone string `json:"phone"`
|
||||
Tel string `json:"tel"`
|
||||
Email string `json:"email"`
|
||||
BankCard string `json:"bankCard"`
|
||||
DepartmentId int64 `json:"departmentId"`
|
||||
DepartmentName string `json:"departmentName"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
|
||||
Reference in New Issue
Block a user