why.xingtongworld.com项目
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.
 
 
 
 
 

44 lines
1.0 KiB

<?php
/**
* Created by PhpStorm.
* User: Elkan
* Date: 19/7/18
* Time: 下午6:11
*/
return [
'capital_type' => [
0 => '其他',
10 => '媒体',
20 => '音乐',
30 => '影视',
40 => '文旅',
50 => '动漫',
60 => 'IP',
70 => '古旧艺术品',
80 => '民间工艺品',
90 => '当代艺术品',
99 => '当代工艺美术品',
5 =>'整体性古建构件',
15 =>'现存古村',
25 =>'古镇古建',
35 =>'散落古建构件',
45 =>'已建和在建仿古文化园区和村镇',
55 =>'现存独立古建'
],
'status' => [
'10'=>'材料初审',
'20'=>'材料复审',
'30'=>'专家分配',
'40'=>'专家审核确认',
'50'=>'缴费',
'60'=>'缴费确认',
'70'=>'联席会审核',
'80'=>'材料核实',
'90'=>'公告材料核实',
'100'=>'待签协议',
'110'=>'办理入库'
],
];