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

10 lines
145 B
PHP
Raw Normal View History

2021-02-21 18:18:26 +08:00
<?php
namespace app\agent\model;
use fastphp\base\Model;
class ProductUserPrice extends Model
{
protected $table = 'product_user_price';
}