问题修复

This commit is contained in:
守护自己的云 2024-10-23 13:19:22 +08:00
parent 020d1ddb36
commit e6797c281c

View File

@ -27,6 +27,7 @@ type AccountingSearch struct {
CreatedStaffIds []int64 // 创建人 CreatedStaffIds []int64 // 创建人
StaffIds []int64 // 业务员 StaffIds []int64 // 业务员
AccountingIds []int64 // 做账id AccountingIds []int64 // 做账id
BanFlag int64 // 是否有效
} }
type ReplyAccountingList struct { type ReplyAccountingList struct {