淘宝退款资金明细

This commit is contained in:
wanyongkang
2020-10-15 17:53:27 +08:00
parent 729b32f0a4
commit 3aadd03949
3 changed files with 51 additions and 14 deletions

View 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';
}