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

@@ -23,6 +23,7 @@ type SaleSearch struct {
PurchaseStatus []int64 // 采购状态
ShipmentStatus []int64 // 出舱状态
CreatedStaffIds []int64 // 业务员
SaleIds []int64 // 销售id
BanFlag int64 // 禁用标记 1=禁用2=可用
}
type ReplySaleList struct {