一键设置代理价格

This commit is contained in:
“wanyongkang”
2021-02-22 13:32:14 +08:00
parent 4af531b636
commit 5774789ee3
2 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace app\agent\model;
use fastphp\base\Model;
class ProductPriceDiscount extends Model
{
protected $table = 'product_price_discount';
}