功能完善

This commit is contained in:
bns_han 2024-01-22 18:47:05 +08:00
parent bc72e60a58
commit 62502471e7
1 changed files with 14 additions and 0 deletions

View File

@ -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;
}