This commit is contained in:
2024-10-18 16:37:14 +08:00
parent 2c977e19e3
commit 2c467a3aec
14 changed files with 194 additions and 102 deletions

View File

@@ -18,12 +18,14 @@ type ArgsAccountingList struct {
}
type AccountingSearch struct {
AccountingSerial string // 做账单号
CustomId int64 // 客户id
CustomName string // 客户名称
CustomShortName string // 客户简称
WorkflowStatus []int64 // 审批状态
CreatedAtStart *time.Time // 创建开始时间
CreatedAtEnd *time.Time // 创建结束时间
CreatedStaffIds []int64 // 创建人
StaffIds []int64 // 业务员
AccountingIds []int64 // 做账id
}