rabin 9 giờ trước cách đây
mục cha
commit
0758ac25f3
1 tập tin đã thay đổi với 16 bổ sung0 xóa
  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'      => '下单信息',
+        ],
+    ],
+];