淘宝注册

This commit is contained in:
“wanyongkang”
2024-05-08 17:52:31 +08:00
parent 60bf4bc7df
commit 973c8cc13f
2 changed files with 291 additions and 0 deletions

View File

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