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

@@ -21,6 +21,7 @@ type SerialSearch struct {
CustomIds []int64 // 客户筛选
StaffIds []int64 // 业务员筛选
IsCancel int64 // 是否有效
SerialIds []int64 // 商检id
}
type ReplySerialList struct {
List []SerialItem `json:"list"`