修改alipay地址

This commit is contained in:
wanyongkang
2020-10-14 20:20:49 +08:00
parent 7d7d8f09ad
commit 91a914bcc4
1102 changed files with 217 additions and 26 deletions

View File

@@ -0,0 +1,21 @@
<?php
/*
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-14 09:56:09
* @LastEditors: kangkang
* @LastEditTime: 2020-10-14 09:57:12
*/
namespace app\order\model;
use fastphp\base\Model;
class TbRefund extends Model
{
protected $table = 'sell_taobao_refund';
}