Initial commit: ThinkPHP refactor (tp)
Made-with: Cursor
This commit is contained in:
Executable
+31
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
return array (
|
||||
0 =>
|
||||
array (
|
||||
'id' => '1',
|
||||
'name' => '其他',
|
||||
'type' => '0',
|
||||
'jiancheng' => '其他',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'id' => '2',
|
||||
'name' => 'QXY',
|
||||
'type' => '1',
|
||||
'jiancheng' => 'QXY',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'id' => '3',
|
||||
'name' => 'ZZWL',
|
||||
'type' => '2',
|
||||
'jiancheng' => 'ZZWL',
|
||||
),
|
||||
3 =>
|
||||
array (
|
||||
'id' => '4',
|
||||
'name' => 'SZXGG',
|
||||
'type' => '3',
|
||||
'jiancheng' => 'SZXGG',
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user