失败的订单

This commit is contained in:
wanyongkang
2020-10-16 17:45:04 +08:00
parent 3aadd03949
commit a2b249bece
5 changed files with 108 additions and 21 deletions

View File

@@ -0,0 +1,18 @@
<?php
/*
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-16 14:44:02
* @LastEditors: kangkang
* @LastEditTime: 2020-10-16 15:53:03
*/
namespace app\order\model;
use fastphp\base\Model;
class ProductOrder extends Model
{
protected $table = 'product_order';
}