rabin 3 years ago
parent
commit
6e52f895a6
1 changed files with 10 additions and 0 deletions
  1. 10 0
      service/agent/database/dh_order_goods.php

+ 10 - 0
service/agent/database/dh_order_goods.php

@@ -49,6 +49,16 @@ return array
             'match'     => 'is_numeric',
         ),
 
+        'mid'      => array
+        (
+            'type'      => 'int-11',
+            'name'      => '代理商姓名/手机号',
+            'default'   => '-1',
+            'desc'      => '代理商',
+            'match'     => 'is_string',
+            'update'    => 'text',
+        ),
+
         // 'shop_id'      => array
         // (
         //     'type'      => 'int-11',