<?php namespace biz\goods\models; use biz\base\models\Base; class Goods extends Base { // 库存充足 public const FULL_STOCK = -100000; public static function tableName() { return 'xhGoods'; } }