@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user