增加分页常量
This commit is contained in:
@@ -21,7 +21,7 @@ abstract class CatchModel extends \think\Model
|
|||||||
|
|
||||||
protected $autoWriteTimestamp = true;
|
protected $autoWriteTimestamp = true;
|
||||||
|
|
||||||
protected $limit = 10;
|
public const LIMIT = 10;
|
||||||
|
|
||||||
// 开启
|
// 开启
|
||||||
public const ENABLE = 1;
|
public const ENABLE = 1;
|
||||||
|
Reference in New Issue
Block a user