Интегрирован wesp в сайт
CI / quality (push) Canceled after 0s

This commit is contained in:
влад
2026-07-17 12:57:18 +03:00
parent 5dfa06ddbe
commit 355c0ef9f1
883 changed files with 194576 additions and 177 deletions
+31
View File
@@ -30,9 +30,26 @@ from app.modules.zootech.catalog_models import (
ZootechFeedingPoint,
ZootechFeedMixer,
ZootechPeriodRecipe,
ZootechSkladStock,
ZootechTrip,
ZootechUnloadingGroup,
)
from app.modules.zootech.models import ZootechComponent, ZootechIngredient, ZootechRecipe
from app.modules.zootech.lab_models import (
ZootechLabAnimalProfile,
ZootechLabComponentNutrientValue,
ZootechLabProfileNorm,
ZootechLabRacionNormyInfo,
ZootechLabRacionNormyMoskwa,
ZootechLabRacionNormyMoskwaMeta,
ZootechLabRacionNormyPiter,
ZootechLabRacionNormyPiterMeta,
ZootechLabRationCalcIndicator,
ZootechLabRationCalcTotal,
ZootechLabRationCompoundLine,
ZootechLabRationLine,
ZootechLabRecipeRation,
)
from app.modules.zootech.report_models import ZootechFeedAlert, ZootechLoadingReport, ZootechUnloadingReport
__all__ = [
@@ -67,6 +84,7 @@ __all__ = [
"ZootechFeedingPoint",
"ZootechPeriodRecipe",
"ZootechTrip",
"ZootechSkladStock",
"ZootechDailyTripSkip",
"ZootechDailyIngredientSkip",
"ZootechDailyUnloadingGroupSkip",
@@ -77,4 +95,17 @@ __all__ = [
"ZootechFeedAlert",
"ZootechOrgSettings",
"ZootechFeedQualitySettings",
"ZootechLabAnimalProfile",
"ZootechLabProfileNorm",
"ZootechLabComponentNutrientValue",
"ZootechLabRecipeRation",
"ZootechLabRationLine",
"ZootechLabRationCalcIndicator",
"ZootechLabRationCalcTotal",
"ZootechLabRationCompoundLine",
"ZootechLabRacionNormyMoskwa",
"ZootechLabRacionNormyMoskwaMeta",
"ZootechLabRacionNormyPiter",
"ZootechLabRacionNormyPiterMeta",
"ZootechLabRacionNormyInfo",
]