This commit is contained in:
2024-09-10 10:01:55 +08:00
parent 66704b0c51
commit 94ca32e113
3 changed files with 66 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ type SaleSearch struct {
PurchaseStatus []int64 // 采购状态
ShipmentStatus []int64 // 出舱状态
CreatedStaffIds []int64 // 业务员
BanFlag int64 // 禁用标记 1=禁用2=可用
}
type ReplySaleList struct {
List []SaleItem `json:"list"`