<?php
namespace app\model;
class Business extends Base
{
const state_reviewing = 0;
const state_on = 1;
const state_off = 2;
}