coupon-admin/app/model/CouponBill.php

18 lines
309 B
PHP

<?php
namespace app\model;
use think\Collection;
use think\db\exception\DataNotFoundException;
use think\db\exception\DbException;
use think\db\exception\ModelNotFoundException;
/**
* 优惠券验证记录 各个角色的提成
* Class Coupon
* @package app\model
*/
class CouponBill extends Base
{
}