first
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.aida.buyer.common.constants;
|
||||
|
||||
public class StatusConstants {
|
||||
|
||||
public static final Integer ENABLE = 1;
|
||||
public static final Integer DISABLE = 0;
|
||||
public static final Integer DELETE = 1;
|
||||
public static final Integer NOT_DELETE = 0;
|
||||
public static final Integer AUDIT_PENDING = 0;
|
||||
public static final Integer AUDIT_APPROVED = 1;
|
||||
public static final Integer AUDIT_REJECTED = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user