设置价格 折扣

This commit is contained in:
“wanyongkang”
2021-04-20 15:25:00 +08:00
parent 5914506709
commit a9d5765cc2
7 changed files with 280 additions and 1 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\user\model;
use fastphp\base\Model;
class ProductUserPrice extends Model
{
protected $table = 'product_user_price';
}