增加分页常量
This commit is contained in:
parent
ac74827130
commit
9e4883ead6
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user