fix: mio_saleout缺少import

This commit is contained in:
caoqianming 2025-04-30 14:20:15 +08:00
parent da69e654bc
commit 725dd4d554
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from apps.sam.models import Order, OrderItem
from rest_framework.exceptions import ValidationError
from django.db.models import F
from django.db.models import F, Sum
from apps.inm.models import MIO, MIOItem