rabin 5 시간 전
부모
커밋
0758ac25f3
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  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'      => '下单信息',
+        ],
+    ],
+];