package com.github.ouyangbob; public class Constants { /** * 删除标识--0已删除 */ public static final short HAS_DELTE_FLAG = 0 ; /** * 删除标识--1 没有删除 */ public static final short NO_DELTE_FLAG = 1 ; }