caipan_shop_admin/app/model/PaymentLog.php

9 lines
121 B
PHP
Executable File

<?php
namespace app\model;
class PaymentLog extends Base
{
public const TYPE_ORDER = 'order';//订单支付
}