rabin 4 hours ago
parent
commit
0758ac25f3
1 changed files with 16 additions and 0 deletions
  1. 16 0
      src/place/order/table/source_pay.php

+ 16 - 0
src/place/order/table/source_pay.php

@@ -0,0 +1,16 @@
+<?php
+return [
+    'name' => '资源支付记录表',
+    'partition' => 'Dever::call("Manage/Lib/Util.system")',
+    'struct' => [
+        'order_id'       => [
+            'type'      => 'int(11)',
+            'name'      => '订单ID',
+        ],
+
+        'pay'       => [
+            'type'      => 'text',
+            'name'      => '下单信息',
+        ],
+    ],
+];