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',