代理商
This commit is contained in:
10
app/agent/model/ProductUserPrice.php
Normal file
10
app/agent/model/ProductUserPrice.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\agent\model;
|
||||
|
||||
use fastphp\base\Model;
|
||||
|
||||
class ProductUserPrice extends Model
|
||||
{
|
||||
protected $table = 'product_user_price';
|
||||
}
|
||||
Reference in New Issue
Block a user