@@ -0,0 +1,7 @@
+package com.etotem.cfc.mapper;
+
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.etotem.cfc.entity.NutritionBrand;
+public interface NutritionBrandMapper extends BaseMapper<NutritionBrand> {
+}
+import com.etotem.cfc.entity.NutritionCategory;
+public interface NutritionCategoryMapper extends BaseMapper<NutritionCategory> {
+import com.etotem.cfc.entity.NutritionIngredient;
+public interface NutritionIngredientMapper extends BaseMapper<NutritionIngredient> {
+import com.etotem.cfc.entity.NutritionPlatformListing;
+public interface NutritionPlatformListingMapper extends BaseMapper<NutritionPlatformListing> {
+import com.etotem.cfc.entity.NutritionProduct;
+public interface NutritionProductMapper extends BaseMapper<NutritionProduct> {
+import com.etotem.cfc.entity.NutritionProductReview;
+public interface NutritionProductReviewMapper extends BaseMapper<NutritionProductReview> {