资金转移包含优惠券

This commit is contained in:
“wanyongkang”
2021-03-30 18:56:08 +08:00
parent 48aad8893b
commit aecef9c447
2 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace app\user\model;
use fastphp\base\Model;
class SellCouponUserOrgin extends Model
{
protected $table = 'sell_coupon_user_orgin';
}