coupon-admin/app/model/CouponType.php

18 lines
284 B
PHP
Raw Normal View History

2021-11-18 09:57:04 +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 CouponType
* @package app\model
*/
class CouponType extends Base
{
}