feat(expense): 添加银行员工ID字段支持
- 在Expense结构体中新增bankStaffId字段 - 该字段为可选的int64指针类型 - 用于关联银行操作的相关员工信息
This commit is contained in:
@@ -134,6 +134,7 @@ type ReplyExpenseInfo struct {
|
||||
Remarks string `json:"remarks"`
|
||||
BankAccount string `json:"bankAccount"`
|
||||
BankName string `json:"bankName"`
|
||||
BankStaffId *int64 `json:"bankStaffId"`
|
||||
PayAt *time.Time `json:"payAt"`
|
||||
TravelStaffIds []int64 `json:"travelStaffIds"`
|
||||
TravelStartAt *time.Time `json:"travelStartAt"`
|
||||
|
||||
Reference in New Issue
Block a user