Kelurahan.php
326 Bytes
<?php
/**
* @Author: irul
* @Date: 2019-09-20 19:12:20
* @Last Modified by: irul
* @Last Modified time: 2019-10-01 23:43:20
*/
namespace Integrasi\Reklame\Base\Models;
class Kelurahan extends AbstractModel
{
protected $table = 'tblkelurahan';
protected $visible = array('id', 'kecamatan_id', 'kelurahannm');
}