20 lines
269 B
PHP
Executable File
20 lines
269 B
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: ORICO
|
|
* Date: 2018-10-22
|
|
* Time: 11:42
|
|
*/
|
|
|
|
namespace app\admin\model;
|
|
use think\Model;
|
|
use think\Request;
|
|
use think\Config;
|
|
|
|
|
|
class ProductBkImg extends Model {
|
|
|
|
use \app\common\traits\AdminModel;
|
|
|
|
|
|
} |