From 83b71667ca9c571b0a1bd22a207587949e945303 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Thu, 23 Mar 2023 11:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=86=9C=E4=BD=9C=E7=89=A9?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database/seeders/CropSeeder.php | 182 +++++++++++++++++++------------- 1 file changed, 106 insertions(+), 76 deletions(-) diff --git a/database/seeders/CropSeeder.php b/database/seeders/CropSeeder.php index 19cd718..73ad5bf 100644 --- a/database/seeders/CropSeeder.php +++ b/database/seeders/CropSeeder.php @@ -21,62 +21,80 @@ class CropSeeder extends Seeder // $cropsArr = [ //城镇农作物 - ['name' => '粮食作物', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' => '谷物', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' => '稻谷', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '小麦', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '玉米', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '高粱', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '其他谷物', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ]], - ['name' => '豆类', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '折粮薯类', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨', 'children' => [ - ['name' => '洋芋', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'] - ]], - ]], - ['name' => '经济作物', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' => '油料', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '棉花', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '生麻', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '糖料', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' => '甘蔗', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '甜菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'] - ]], - ['name' => '中草药材', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '蔬菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' => '芹菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '油菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '菠菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '西红柿', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '生姜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '辣椒', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '其他蔬菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ]], - ['name' => '瓜果类', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '花卉苗木', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '食用菌', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ]], - ['name' => '茶叶水果', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' => '茶叶', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '园林水果', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '食用坚果', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], - ]], - ['name' => '竹木', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' => '木材', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '竹材', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ]], - ['name' => '林产品', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' => '天然橡胶', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '天然生漆', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '油茶籽', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '油橄榄', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '油用牡丹籽', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '松香', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '紫胶(原胶)', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '竹笋干', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '核桃', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '其它林产品', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], - ]], + ['name' => '粮食作物', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' => '谷物', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' => '稻谷', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '小麦', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '玉米', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '高粱', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '其他谷物', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ] + // ], + // ['name' => '豆类', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '折粮薯类', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨' + // , 'children' => [ + // ['name' => '洋芋', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'] + // ] + // ], + // ] + ], + ['name' => '经济作物', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' => '油料', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '棉花', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '生麻', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '糖料', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' => '甘蔗', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '甜菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'] + // ] + // ], + // ['name' => '中草药材', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '蔬菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' => '芹菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '油菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '菠菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '西红柿', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '生姜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '辣椒', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '其他蔬菜', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ] + // ], + // ['name' => '瓜果类', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '花卉苗木', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '食用菌', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ] + ], + ['name' => '茶叶水果', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' => '茶叶', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '园林水果', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '食用坚果', 'category_id' => 2, 'crop_type' => 2, 'unit' => '吨'], + // ] + ], + ['name' => '竹木', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' => '木材', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '竹材', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ] + ], + ['name' => '林产品', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' => '天然橡胶', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '天然生漆', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '油茶籽', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '油橄榄', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '油用牡丹籽', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '松香', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '紫胶(原胶)', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '竹笋干', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '核桃', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '其它林产品', 'category_id' => 5, 'crop_type' => 2, 'unit' => '吨'], + // ] + ], ['name' => '猪', 'category_id' => 4, 'crop_type' => 2, 'unit' => '头', 'extends'=> [ ['name' =>'当年出栏', 'unit' =>'头'], ['name' =>'期末存栏', 'unit' =>'头'], @@ -102,26 +120,38 @@ class CropSeeder extends Seeder ['name' =>'期末存栏', 'unit' =>'头'], ['name' =>'肉产量', 'unit' =>'吨'], ]], - ['name'=>'附加产品', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨', 'children' => [ - ['name' =>'奶类', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' =>'生牛奶', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨'] - ]], - ['name' =>'羊毛', 'category_id'=> 4, 'crop_type' => 2, 'unit' => '吨', 'children'=> [ - ['name' =>'山羊毛', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨', 'extends'=> [ - ['name' =>'山羊粗毛', 'unit' =>'吨'], - ['name' =>'山羊绒', 'unit' =>'吨'] - ]], - ['name' =>'绵羊毛', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨', 'extends'=> [ - ['name' =>'细羊毛', 'unit' =>'吨'], - ['name' =>'半细羊毛', 'unit' =>'吨'] - ]] - ]], - ['name' => '禽蛋', 'category_id'=> 4, 'crop_type' => 2, 'unit' => '吨','children'=> [ - ['name'=>'鸡蛋', 'category_id'=>4, 'crop_type' => 2, 'unit' => '吨'] - ]], - ['name' => '天然蜂蜜', 'category_id'=> 4, 'crop_type' => 2, 'unit' => '吨'], - ['name' => '蚕茧', 'category_id'=> 4, 'crop_type' => 2, 'unit' => '吨'] - ]], + ['name'=>'附加产品', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨' + // , 'children' => [ + // ['name' =>'奶类', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' =>'生牛奶', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨'] + // ] + // ], + // ['name' =>'羊毛', 'category_id'=> 4, 'crop_type' => 2, 'unit' => '吨' + // , 'children'=> [ + // ['name' =>'山羊毛', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨' + // , 'extends'=> [ + // ['name' =>'山羊粗毛', 'unit' =>'吨'], + // ['name' =>'山羊绒', 'unit' =>'吨'] + // ] + // ], + // ['name' =>'绵羊毛', 'category_id' => 4, 'crop_type' => 2, 'unit' => '吨' + // , 'extends'=> [ + // ['name' =>'细羊毛', 'unit' =>'吨'], + // ['name' =>'半细羊毛', 'unit' =>'吨'] + // ] + // ] + // ] + // ], + // ['name' => '禽蛋', 'category_id'=> 4, 'crop_type' => 2, 'unit' => '吨' + // ,'children'=> [ + // ['name'=>'鸡蛋', 'category_id'=>4, 'crop_type' => 2, 'unit' => '吨'] + // ] + // ], + // ['name' => '天然蜂蜜', 'category_id'=> 4, 'crop_type' => 2, 'unit' => '吨'], + // ['name' => '蚕茧', 'category_id'=> 4, 'crop_type' => 2, 'unit' => '吨'] + // ] + ], ['name'=>'鱼类', 'category_id' => 3, 'crop_type' => 2, 'unit' => '吨', 'extends'=> [ ['name' =>'淡水捕捞', 'unit' =>'吨'], ['name' =>'淡水养殖', 'unit' =>'吨']