增加分页常量

This commit is contained in:
wuyanwen 2020-01-21 17:57:33 +08:00
parent ac74827130
commit 9e4883ead6

View File

@ -21,7 +21,7 @@ abstract class CatchModel extends \think\Model
protected $autoWriteTimestamp = true;
protected $limit = 10;
public const LIMIT = 10;
// 开启
public const ENABLE = 1;