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