首次提交 Laravel 專案

This commit is contained in:
2025-05-18 08:52:56 +07:00
commit 5e392ae581
264 changed files with 88756 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<?php return array (
0 =>
array (
'id' => 1,
'command' => '指令',
'Instructions' => '入款',
'action' => NULL,
'memo' => '用户记录客户付款金额',
'dis_play' => 1,
'manager' => 0,
'valid' => 1,
'created_at' => '2025-05-08T04:28:05.000000Z',
'updated_at' => '2025-05-08T04:28:44.000000Z',
),
1 =>
array (
'id' => 2,
'command' => '@',
'Instructions' => '入款',
'action' => NULL,
'memo' => '用户记录客户付款金额',
'dis_play' => 1,
'manager' => 1,
'valid' => 1,
'created_at' => '2025-05-08T04:28:05.000000Z',
'updated_at' => '2025-05-08T04:29:03.000000Z',
),
);