功能完善
This commit is contained in:
parent
bc72e60a58
commit
62502471e7
|
|
@ -0,0 +1,14 @@
|
|||
package com.bonus.sgzb.app.domain;
|
||||
|
||||
public class GlobalConstants {
|
||||
/** 9 */
|
||||
public static final int NINE=9;
|
||||
/** 100 */
|
||||
public static final int ONE_HUNDRED=100;
|
||||
/** 1000 */
|
||||
public static final int ONE_THOUSAND=1000;
|
||||
/** 99 */
|
||||
public static final int NINETY_NINE=99;
|
||||
/** 41 */
|
||||
public static final int FORTY_ONE=41;
|
||||
}
|
||||
Loading…
Reference in New Issue