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

10 lines
153 B
PHP
Raw Normal View History

2021-02-22 13:32:14 +08:00
<?php
namespace app\agent\model;
use fastphp\base\Model;
class ProductPriceDiscount extends Model
{
protected $table = 'product_price_discount';
}