<?php namespace app\common\model; use think\Model; /** * Description of LivingAllowance * * @author sgq */ class LivingAllowance extends Model { protected $table = "md_living_allowance_info"; }