配置取消审核通过逻辑完善
This commit is contained in:
@@ -292,5 +292,9 @@ public final class Constants {
|
||||
public static final String VOIP_IP_REGION = Configurations.getStringProperty("voip_ip","av_voip_ip");
|
||||
public static final String VOIP_ACCOUNT_REGION = Configurations.getStringProperty("voip_account","av_voip_account");
|
||||
public static final String MAAT_VERSION = Configurations.getStringProperty("maat_version","1.0");
|
||||
public static final Integer INSERT_ACTION = Configurations.getIntProperty("insert_action",1);
|
||||
public static final Integer UPDATE_ACTION = Configurations.getIntProperty("update_action",2);
|
||||
public static final Integer DELETE_ACTION = Configurations.getIntProperty("delete_action",3);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user