Files
juipphp/app/user/model/ProductPriceScheme.php
“wanyongkang” a9d5765cc2 设置价格 折扣
2021-04-20 15:25:00 +08:00

22 lines
311 B
PHP

<?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 ProductPriceScheme extends Model
{
protected $table = 'product_price_scheme';
}