17 lines
228 B
PHP
Executable File
17 lines
228 B
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: ORICO
|
|
* Date: 2018-12-25
|
|
* Time: 17:13
|
|
*/
|
|
|
|
namespace app\common\model;
|
|
use think\Model;
|
|
use think\Request;
|
|
use think\Config;
|
|
|
|
class ProductSpecial extends Model
|
|
{
|
|
|
|
} |