feat: mb添加batch查询条件

This commit is contained in:
caoqianming 2025-05-23 08:44:44 +08:00
parent 1445a14a9a
commit 359dd8f898
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ class MaterialBatchFilter(filters.FilterSet):
"material__process": ["exact", "in"],
"count": ["exact", "gte", "lte"],
"state": ["exact", "in"],
"defect": ["exact"]
"defect": ["exact"],
"batch": ["exact"]
}