<?php
namespace wstmart\common\model;
use think\Db;
use think\Loader;
/**
 * ============================================================================
 * 虚拟商品卡券模型
 */
class GoodsVirtuals extends Base{
    
}