Files
juipphp/app/user/model/ProductUserPrice.php

22 lines
307 B
PHP
Raw Normal View History

2021-04-20 15:25:00 +08:00
<?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';
}