lihaiMiddleOffice/app/common/model/psi/product/StoreProductPrice.php

21 lines
280 B
PHP
Raw Normal View History

2025-04-03 16:25:57 +08:00
<?php
namespace app\common\model\psi\product;
use app\common\model\BaseModel;
/**
* StoreProductPrice模型
* Class StoreProductPrice
* @package app\common\model
*/
class StoreProductPrice extends BaseModel
{
protected $name = 'store_product_price';
}