修改alipay地址
This commit is contained in:
21
app/order/model/TbRefund.php
Normal file
21
app/order/model/TbRefund.php
Normal 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';
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user