waterworks.php 369 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php return [ 'Id' => 'ID', 'Name' => '水厂名称', 'Capacity' => '方量', 'Lng' => '位置经度', 'Lat' => '位置纬度', 'Createtime' => '创建时间', 'Updatetime' => '修改时间', 'Respon_name' => '负责人', 'Buildtime' => '建立时间', 'Address' => '详细位置' ];