Kecamatan.php
310 Bytes
<?php
/**
* @Author: irul
* @Date: 2019-09-23 20:35:48
* @Last Modified by: irul
* @Last Modified time: 2019-10-01 23:43:20
*/
namespace Integrasi\Reklame\Base\Models;
class Kecamatan extends AbstractModel
{
protected $table = 'tblkecamatan';
protected $visible = array('id', 'kecamatannm');
}