You've already forked qlg.tsgz.moe
							
							
		
			
				
	
	
		
			10 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
namespace wstmart\mobile\model;
 | 
						|
use wstmart\common\model\Payments as CPayments;
 | 
						|
/**
 | 
						|
 * ============================================================================
 | 
						|
 * 支付管理业务处理
 | 
						|
 */
 | 
						|
class Payments extends CPayments{
 | 
						|
}
 |