道路线索应急巡查系统服务后台
feiyu02
2025-09-30 84569abda51ecf6c5549dec4cadee8d043422379
1
2
3
4
5
6
7
8
9
package com.flightfeather.grid.constant
 
object ConstantHttp {
    // 默认分页首页
    const val DEFAULT_PAGE_NUM = 1
 
    // 默认分页数
    const val DEFAULT_PAGE_SIZE = 30
}