<?php namespace bizGhs\cg\models; use bizGhs\base\models\Base; class CgOrderItemSend extends Base { public static function tableName() { return 'xhGhsCgOrderItemSend'; } }