mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
10
extend/base/admin/model/MallCateBase.php
Normal file
10
extend/base/admin/model/MallCateBase.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace base\admin\model;
|
||||
|
||||
use app\common\model\TimeModel;
|
||||
|
||||
class MallCateBase extends TimeModel
|
||||
{
|
||||
protected $deleteTime = 'delete_time';
|
||||
}
|
||||
Reference in New Issue
Block a user