<?php 
	return [
		'user_group' => [ // 用户分组
			2 => '后台开发组', 
			3 => '运维组', 
			4 => '金蝶组', 
			5 => '测试组', 
		],

		'job_type' => [ // 任务类型
			1 => '普通任务',
			2 => '一次性任务',
		],

		'job_status' => [ // 任务状态
			1 => '启用',
			-1 => '禁用',
		],

		'node_status' => [ // 节点状态
			1 => '正常',
			-1 => '掉线',
		],

		"template_fields"=>[
			1=>[
				"sale_order_sn",
				"goods_type",
				"goods_brand",
				"goods_number",
				"sku_code",
				"customer_code",
				"customer_type",
				"customer_com",
			],
		],



	];