فهرست منبع

修改数据库类型字段获取

liaofei 2 سال پیش
والد
کامیت
447b2f5fa4
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      crmeb/app/services/system/SystemCrudServices.php

+ 3 - 2
crmeb/app/services/system/SystemCrudServices.php

@@ -67,10 +67,10 @@ class SystemCrudServices extends BaseServices
 
 
     /**
     /**
      * 数据库字段类型
      * 数据库字段类型
+     * @return \string[][]
      * @author 等风来
      * @author 等风来
      * @email 136327134@qq.com
      * @email 136327134@qq.com
      * @date 2023/4/11
      * @date 2023/4/11
-     * @return \string[][]
      */
      */
     public function getTabelRule()
     public function getTabelRule()
     {
     {
@@ -97,7 +97,8 @@ class SystemCrudServices extends BaseServices
                 'point',
                 'point',
                 'linestring',
                 'linestring',
                 'polygon',
                 'polygon',
-            ];
+            ]
+        ];
     }
     }
 
 
     /**
     /**