rabin 3 年之前
父节点
当前提交
6e52f895a6
共有 1 个文件被更改,包括 10 次插入0 次删除
  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',