This commit is contained in:
2024-10-12 14:46:31 +08:00
parent 8343d54dba
commit 2717d71403
9 changed files with 15 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ type AccountingSearch struct {
CreatedAtStart *time.Time // 创建开始时间
CreatedAtEnd *time.Time // 创建结束时间
CreatedStaffIds []int64 // 创建人
AccountingIds []int64 // 做账id
}
type ReplyAccountingList struct {