2019-09-06 23:53:10 +08:00

10 lines
244 B
PHP
Executable File

<?php
namespace wstmart\app\model;
use wstmart\common\model\Payments as CPayments;
/**
* ============================================================================
* 支付管理业务处理
*/
class Payments extends CPayments{
}