package com.ks.app.utils; /** * @author hxh * @title: Constant * @description: TODO * @date 2021/11/16 17:41 */ public class Constant { public final static int PAGE_SIZE=20; }