dever 3 年之前
父节点
当前提交
5344bf56d2
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      main/database/factory_config.php

+ 10 - 0
main/database/factory_config.php

@@ -65,6 +65,16 @@ return array
             'update'    => 'text',
         ),
 
+        'dz_phone'      => array
+        (
+            'type'      => 'varchar-100',
+            'name'      => '对账专员电话',
+            'default'   => '',
+            'desc'      => '请输入对账专员电话',
+            'match'     => 'option',
+            'update'    => 'text',
+        ),
+
         'foot'      => array
         (
             'type'      => 'text-255',