coupon-admin/app/model/CouponBill.php

18 lines
309 B
PHP
Raw Normal View History

2021-11-23 09:13:55 +00:00
<?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
{
}