package com.yiboshi.science; /** * 业务常量 * * @author Negi * @version 2019-04 */ public class BizConstant { // 查询数据量限制 public static final Long QUERY_LIMIT = 100000L; // 是否允许物理删除 public static final boolean REAL_DELETE = true; }