rabin 3 年之前
父節點
當前提交
b5528dc916
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      app/shop/database/info.php

+ 10 - 0
app/shop/database/info.php

@@ -517,6 +517,16 @@ return array
             'option'    => $is_agent,
         ),
 
+        'mid'      => array
+        (
+            'type'      => 'int-11',
+            'name'      => '所属代理商',
+            'default'   => '-1',
+            'desc'      => '代理商',
+            'match'     => 'is_string',
+            'update'    => 'text',
+        ),
+
         'coupon_city'        => array
         (
             'type'      => 'int-11',