rabin 2 years ago
parent
commit
b5528dc916
1 changed files with 10 additions and 0 deletions
  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',