dever 3 years ago
parent
commit
5344bf56d2
1 changed files with 10 additions and 0 deletions
  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',