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