xufenglei
2017-11-27 5bb340081d5b584000e4a932a959233077293b4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.moral.util;
 
// TODO: Auto-generated Javadoc
/**
 * 系统常量.
 */
public class Constants {
    
    /** The Constant IS_DELETE_TRUE. */
    public static final String IS_DELETE_TRUE = "1";
    
    /** The Constant IS_DELETE_FALSE. */
    public static final String IS_DELETE_FALSE = "0";
    
    /** The Constant NULL_VALUE. */
    public static final String NULL_VALUE = "N/V";
}