// +---------------------------------------------------------------------- namespace app\common\model\system; use app\common\model\BaseModel; class GeoStreet extends BaseModel { public static function tablePk(): string { return 'street_id'; } public static function tableName(): string { return 'geo_street'; } }