feat(erp): 新增报销单和申请单业务类型及查询功能
- 在常量定义中增加报销单和申请单业务类型 - 为报销单查询条件添加报销单ID列表过滤 - 为申请单查询条件添加申请单ID列表过滤 - 完善相关结构体字段定义以支持新功能
This commit is contained in:
@@ -21,6 +21,7 @@ type ExpenseSearch struct {
|
||||
ExpenseSerial string // 报销单号
|
||||
CreatedAtStart *time.Time // 创建开始时间
|
||||
CreatedAtEnd *time.Time // 创建结束时间
|
||||
ExpenseIds []int64 // 报销单id
|
||||
}
|
||||
type ReplyExpenseList struct {
|
||||
List []ExpenseItem `json:"list"`
|
||||
|
||||
Reference in New Issue
Block a user