You've already forked qlg.tsgz.moe
							
							
		
			
				
	
	
		
			11 lines
		
	
	
		
			236 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			236 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
namespace wstmart\common\model;
 | 
						|
use think\Db;
 | 
						|
use think\Loader;
 | 
						|
/**
 | 
						|
 * ============================================================================
 | 
						|
 * 虚拟商品卡券模型
 | 
						|
 */
 | 
						|
class GoodsVirtuals extends Base{
 | 
						|
    
 | 
						|
} |