package com.nanyan.securitylink.common;

public interface Constant {
//    String USER_ID = "userId";
    int picType = 1;
    int textType = 0;
    String ACCOUNT = "account";
    int SUCCESS_STATUS = 200;
    String WEATHER_GROUP = "weatherType";
    String ADMIN_ROLE = "admin";
    String MSG_LABEL_NAME = "MesTag";
    int INVALID = 1;
    int EFFECTIVE = 0;

    int NOT_SENT = 0;
    int SENT = 1;

    String COUNTRY_CODE = "country";
    String CRONTAB_CODE = "crontab";
    String CITY_CODE = "city";
    String UTC_ZONE_ID = "UTC";
    String LAT = "lat";
    String LON = "lon";
    String LANGUAGE = "language";
    String CN = "中文";
    String CN_CODE = "zh_cn";
    String EN = "英文";
    String EN_CODE = "en";
    String indexEmergencyCode="indexEmergency";
    String indexCitySafeCode="indexCitySafe";
    String indexFrendlinessCode="indexFrendliness";
    String indexManmadeHazardsCode="indexManmadeHazards";
    String indexNaturalHazardsCode="indexNaturalHazards";
    String indexPublicHealthCode="indexPublicHealth";
    Integer DISABLED = 1;
    Integer DELETE = 3;
    Integer NON_VIP = 1;
    Integer VIP = 0;
}