|
@@ -20,6 +20,7 @@ public class LogSystemErrorDto extends PageDto implements Serializable {
|
|
|
public static final String ERR_TYPE_OWE_FEE = "OWE_FEE";
|
|
public static final String ERR_TYPE_OWE_FEE = "OWE_FEE";
|
|
|
public static final String ERR_TYPE_NOTICE = "NOTICE";
|
|
public static final String ERR_TYPE_NOTICE = "NOTICE";
|
|
|
public static final String ERR_TYPE_COUPON = "COUPON";
|
|
public static final String ERR_TYPE_COUPON = "COUPON";
|
|
|
|
|
+ public static final String ERR_TYPE_INTEGRAL = "INTEGRAL";
|
|
|
public static final String ERR_TYPE_CMD = "CMD";
|
|
public static final String ERR_TYPE_CMD = "CMD";
|
|
|
public static final String ERR_TYPE_ACCOUNT = "ACCOUNT";
|
|
public static final String ERR_TYPE_ACCOUNT = "ACCOUNT";
|
|
|
|
|
|