diff --git a/erp/request.go b/erp/request.go index 7487d80..bd14aa6 100644 --- a/erp/request.go +++ b/erp/request.go @@ -39,6 +39,8 @@ type RequestSearch struct { Ik3cloudStatus int64 // ik3cloud状态 BankNameEq *string // 结汇银行完全匹配 BankAccountEq *string // 结汇银行账号完全匹配 + FactoryId int64 // 工厂筛选 + FactoryName string // 工厂名称 } type ReplyRequestList struct { List []RequestItem `json:"list"`