Files
orico-official-website-old/app/common/model/ProductImage.php
2024-10-29 14:04:59 +08:00

13 lines
180 B
PHP
Executable File

<?php
namespace app\common\model;
use think\Model;
use think\Request;
use think\Config;
class ProductImage extends Model {
use \app\common\traits\IndexModel;
}