coupon-admin/app/model/PaymentLog.php

9 lines
121 B
PHP
Raw Normal View History

2021-11-18 09:57:04 +00:00
<?php
namespace app\model;
class PaymentLog extends Base
{
public const TYPE_ORDER = 'order';//订单支付
}