商品添加更新时间
This commit is contained in:
parent
5a9fd1b8c4
commit
ff623034c2
@ -37,6 +37,8 @@ class Product extends BaseModel
|
|||||||
|
|
||||||
protected $deleteTime = 'is_del';
|
protected $deleteTime = 'is_del';
|
||||||
protected $defaultSoftDelete = 0;
|
protected $defaultSoftDelete = 0;
|
||||||
|
protected $updateTime = true;
|
||||||
|
|
||||||
|
|
||||||
const IS_SHOW = 1; //上架
|
const IS_SHOW = 1; //上架
|
||||||
const IS_NOT_SHOW = 0; //下架
|
const IS_NOT_SHOW = 0; //下架
|
||||||
|
Loading…
x
Reference in New Issue
Block a user