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