10 lines
244 B
PHP
Executable File
10 lines
244 B
PHP
Executable File
<?php
|
|
namespace wstmart\app\model;
|
|
use wstmart\common\model\Payments as CPayments;
|
|
/**
|
|
* ============================================================================
|
|
* 支付管理业务处理
|
|
*/
|
|
class Payments extends CPayments{
|
|
}
|