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

@@ -22,6 +22,7 @@ type PurchaseSearch struct {
CustomShortName string // 客户简称
CreatedStaffIds []int64 // 创建人筛选
FactoryName string // 采购工厂
PurchaseIds []int64 // 采购id
}
type ReplyPurchaseList struct {
List []PurchaseItem `json:"list"`