淘宝退款资金明细
This commit is contained in:
21
app/order/model/UserScore.php
Normal file
21
app/order/model/UserScore.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/*
|
||||
* @Descripttion:
|
||||
* @version:
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-10-15 17:31:30
|
||||
* @LastEditors: kangkang
|
||||
* @LastEditTime: 2020-10-15 17:32:22
|
||||
*/
|
||||
|
||||
namespace app\order\model;
|
||||
|
||||
use fastphp\base\Model;
|
||||
|
||||
class UserScore extends Model
|
||||
{
|
||||
protected $table = 'user_score';
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user