You've already forked qlg.tsgz.moe
							
							
		
			
				
	
	
		
			11 lines
		
	
	
		
			229 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			229 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
namespace wstmart\wechat\model;
 | 
						|
use wstmart\common\model\Orders as COrders;
 | 
						|
use think\Db;
 | 
						|
/**
 | 
						|
 * ============================================================================
 | 
						|
 * 订单类
 | 
						|
 */
 | 
						|
class Orders extends COrders{
 | 
						|
}
 |