淘宝退款

This commit is contained in:
wanyongkang
2020-10-15 14:03:09 +08:00
parent 91a914bcc4
commit 729b32f0a4
6 changed files with 78 additions and 15 deletions

19
app/order/model/User.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
/*
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-14 20:25:53
* @LastEditors: kangkang
* @LastEditTime: 2020-10-14 20:26:11
*/
namespace app\order\model;
use fastphp\base\Model;
class User extends Model
{
protected $table = 'user';
}