You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
449 lines
15 KiB
449 lines
15 KiB
<?php
|
|
|
|
use Illuminate\Database\Seeder;
|
|
|
|
class ProjectFuncdotTableSeeder extends Seeder
|
|
{
|
|
|
|
/**
|
|
* Auto generated seed file
|
|
*
|
|
* @return void
|
|
*/
|
|
public function run()
|
|
{
|
|
|
|
|
|
\DB::table('project_funcdot')->delete();
|
|
|
|
\DB::table('project_funcdot')->insert(array (
|
|
0 =>
|
|
array (
|
|
'id' => 1,
|
|
'type_id' => 0,
|
|
'functype_id' => 1,
|
|
'model_id' => 13,
|
|
'funcdot_name' => '基本聊天',
|
|
'funcdot_desc' => '小功能点',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '300.00',
|
|
'price' => 300,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-05-08 06:05:21',
|
|
'updated_at' => '2018-07-12 06:53:53',
|
|
),
|
|
1 =>
|
|
array (
|
|
'id' => 2,
|
|
'type_id' => 0,
|
|
'functype_id' => 1,
|
|
'model_id' => 13,
|
|
'funcdot_name' => '视频聊天',
|
|
'funcdot_desc' => '小功能点',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '2000.00',
|
|
'price' => 2000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-05-11 06:12:41',
|
|
'updated_at' => '2018-07-12 06:54:21',
|
|
),
|
|
2 =>
|
|
array (
|
|
'id' => 3,
|
|
'type_id' => 0,
|
|
'functype_id' => 2,
|
|
'model_id' => 5,
|
|
'funcdot_name' => '邮箱注册登录',
|
|
'funcdot_desc' => '邮箱注册登录',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '800.00',
|
|
'price' => 1000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 02:32:31',
|
|
'updated_at' => '2018-07-12 02:32:31',
|
|
),
|
|
3 =>
|
|
array (
|
|
'id' => 4,
|
|
'type_id' => 0,
|
|
'functype_id' => 2,
|
|
'model_id' => 5,
|
|
'funcdot_name' => '手机号登陆注册',
|
|
'funcdot_desc' => '手机号登陆注册',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '600.00',
|
|
'price' => 800,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 02:33:18',
|
|
'updated_at' => '2018-07-12 02:33:18',
|
|
),
|
|
4 =>
|
|
array (
|
|
'id' => 5,
|
|
'type_id' => 0,
|
|
'functype_id' => 2,
|
|
'model_id' => 5,
|
|
'funcdot_name' => '密码找回',
|
|
'funcdot_desc' => '密码找回',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '100.00',
|
|
'price' => 200,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 02:34:01',
|
|
'updated_at' => '2018-07-12 02:34:01',
|
|
),
|
|
5 =>
|
|
array (
|
|
'id' => 6,
|
|
'type_id' => 0,
|
|
'functype_id' => 2,
|
|
'model_id' => 6,
|
|
'funcdot_name' => '微信授权登陆',
|
|
'funcdot_desc' => '微信授权登陆',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '500.00',
|
|
'price' => 500,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 02:34:33',
|
|
'updated_at' => '2018-07-12 02:34:33',
|
|
),
|
|
6 =>
|
|
array (
|
|
'id' => 7,
|
|
'type_id' => 1,
|
|
'functype_id' => 2,
|
|
'model_id' => 7,
|
|
'funcdot_name' => '会员首页',
|
|
'funcdot_desc' => '会员首页',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '300.00',
|
|
'price' => 300,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 03:41:30',
|
|
'updated_at' => '2018-07-12 03:41:30',
|
|
),
|
|
7 =>
|
|
array (
|
|
'id' => 8,
|
|
'type_id' => 0,
|
|
'functype_id' => 2,
|
|
'model_id' => 7,
|
|
'funcdot_name' => '用户资料修改更新',
|
|
'funcdot_desc' => '用户资料修改更新',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '200.00',
|
|
'price' => 200,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 03:42:10',
|
|
'updated_at' => '2018-07-12 03:42:10',
|
|
),
|
|
8 =>
|
|
array (
|
|
'id' => 9,
|
|
'type_id' => 0,
|
|
'functype_id' => 2,
|
|
'model_id' => 7,
|
|
'funcdot_name' => '第三方登录管理',
|
|
'funcdot_desc' => '第三方登录管理',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '200.00',
|
|
'price' => 200,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:46:58',
|
|
'updated_at' => '2018-07-12 06:46:58',
|
|
),
|
|
9 =>
|
|
array (
|
|
'id' => 10,
|
|
'type_id' => 0,
|
|
'functype_id' => 2,
|
|
'model_id' => 7,
|
|
'funcdot_name' => '通知提醒列表/详情展示',
|
|
'funcdot_desc' => '消息通知',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '200.00',
|
|
'price' => 200,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:48:14',
|
|
'updated_at' => '2018-07-12 06:48:14',
|
|
),
|
|
10 =>
|
|
array (
|
|
'id' => 11,
|
|
'type_id' => 0,
|
|
'functype_id' => 3,
|
|
'model_id' => 8,
|
|
'funcdot_name' => '短信通知',
|
|
'funcdot_desc' => '短信',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '1000.00',
|
|
'price' => 1000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:55:25',
|
|
'updated_at' => '2018-07-12 06:55:25',
|
|
),
|
|
11 =>
|
|
array (
|
|
'id' => 12,
|
|
'type_id' => 0,
|
|
'functype_id' => 3,
|
|
'model_id' => 8,
|
|
'funcdot_name' => '邮箱通知',
|
|
'funcdot_desc' => '邮箱',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '800.00',
|
|
'price' => 800,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:55:49',
|
|
'updated_at' => '2018-07-12 06:55:49',
|
|
),
|
|
12 =>
|
|
array (
|
|
'id' => 13,
|
|
'type_id' => 0,
|
|
'functype_id' => 3,
|
|
'model_id' => 9,
|
|
'funcdot_name' => '算法搜索',
|
|
'funcdot_desc' => '算法',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '2000.00',
|
|
'price' => 2000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:56:16',
|
|
'updated_at' => '2018-07-12 06:56:16',
|
|
),
|
|
13 =>
|
|
array (
|
|
'id' => 14,
|
|
'type_id' => 0,
|
|
'functype_id' => 3,
|
|
'model_id' => 9,
|
|
'funcdot_name' => '条件筛选',
|
|
'funcdot_desc' => '条件',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '1100.00',
|
|
'price' => 1100,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:56:44',
|
|
'updated_at' => '2018-07-12 06:56:44',
|
|
),
|
|
14 =>
|
|
array (
|
|
'id' => 15,
|
|
'type_id' => 0,
|
|
'functype_id' => 3,
|
|
'model_id' => 9,
|
|
'funcdot_name' => '智能算法推荐',
|
|
'funcdot_desc' => '智能',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '5000.00',
|
|
'price' => 5000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:57:24',
|
|
'updated_at' => '2018-07-12 06:57:24',
|
|
),
|
|
15 =>
|
|
array (
|
|
'id' => 16,
|
|
'type_id' => 0,
|
|
'functype_id' => 4,
|
|
'model_id' => 12,
|
|
'funcdot_name' => '微信支付',
|
|
'funcdot_desc' => '微信',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '3000.00',
|
|
'price' => 3000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:57:55',
|
|
'updated_at' => '2018-07-12 06:57:55',
|
|
),
|
|
16 =>
|
|
array (
|
|
'id' => 17,
|
|
'type_id' => 0,
|
|
'functype_id' => 4,
|
|
'model_id' => 12,
|
|
'funcdot_name' => '支付宝支付',
|
|
'funcdot_desc' => '支付宝',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '3000.00',
|
|
'price' => 3000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:58:22',
|
|
'updated_at' => '2018-07-12 06:58:22',
|
|
),
|
|
17 =>
|
|
array (
|
|
'id' => 18,
|
|
'type_id' => 0,
|
|
'functype_id' => 4,
|
|
'model_id' => 12,
|
|
'funcdot_name' => '其他支付',
|
|
'funcdot_desc' => '银联等',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '5000.00',
|
|
'price' => 5000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:58:49',
|
|
'updated_at' => '2018-07-12 06:58:49',
|
|
),
|
|
18 =>
|
|
array (
|
|
'id' => 19,
|
|
'type_id' => 0,
|
|
'functype_id' => 4,
|
|
'model_id' => 10,
|
|
'funcdot_name' => '商品展示',
|
|
'funcdot_desc' => '展示',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '1500.00',
|
|
'price' => 1500,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 06:59:31',
|
|
'updated_at' => '2018-07-12 06:59:31',
|
|
),
|
|
19 =>
|
|
array (
|
|
'id' => 20,
|
|
'type_id' => 0,
|
|
'functype_id' => 4,
|
|
'model_id' => 10,
|
|
'funcdot_name' => '城市切换',
|
|
'funcdot_desc' => '城市',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '1000.00',
|
|
'price' => 1000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 07:00:09',
|
|
'updated_at' => '2018-07-12 07:00:09',
|
|
),
|
|
20 =>
|
|
array (
|
|
'id' => 21,
|
|
'type_id' => 0,
|
|
'functype_id' => 4,
|
|
'model_id' => 11,
|
|
'funcdot_name' => '订单列表/详情',
|
|
'funcdot_desc' => '订单',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '3000.00',
|
|
'price' => 3000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 07:00:43',
|
|
'updated_at' => '2018-07-12 07:00:43',
|
|
),
|
|
21 =>
|
|
array (
|
|
'id' => 22,
|
|
'type_id' => 0,
|
|
'functype_id' => 4,
|
|
'model_id' => 11,
|
|
'funcdot_name' => '订单流程',
|
|
'funcdot_desc' => '流程和操作',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '2000.00',
|
|
'price' => 2000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 07:01:12',
|
|
'updated_at' => '2018-07-12 07:01:12',
|
|
),
|
|
22 =>
|
|
array (
|
|
'id' => 23,
|
|
'type_id' => 0,
|
|
'functype_id' => 4,
|
|
'model_id' => 11,
|
|
'funcdot_name' => '收货标记',
|
|
'funcdot_desc' => '自动收货等',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '1000.00',
|
|
'price' => 1000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 07:01:41',
|
|
'updated_at' => '2018-07-12 07:01:41',
|
|
),
|
|
23 =>
|
|
array (
|
|
'id' => 24,
|
|
'type_id' => 0,
|
|
'functype_id' => 5,
|
|
'model_id' => 14,
|
|
'funcdot_name' => '普通设计',
|
|
'funcdot_desc' => '对界面美观要求不严格的',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '5000.00',
|
|
'price' => 5000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 07:02:25',
|
|
'updated_at' => '2018-07-12 07:02:25',
|
|
),
|
|
24 =>
|
|
array (
|
|
'id' => 25,
|
|
'type_id' => 0,
|
|
'functype_id' => 5,
|
|
'model_id' => 14,
|
|
'funcdot_name' => '高级设计',
|
|
'funcdot_desc' => '要求界面等用户交互设计优雅美观',
|
|
'bottom_time' => 4,
|
|
'time' => 6,
|
|
'discount_price' => '8000.00',
|
|
'price' => 8000,
|
|
'sort' => 255,
|
|
'status' => 1,
|
|
'created_at' => '2018-07-12 07:03:08',
|
|
'updated_at' => '2018-07-12 07:03:08',
|
|
),
|
|
));
|
|
|
|
|
|
}
|
|
} |