多域表单替换配置说明,替换为servic_config_info的table_desc字段,该字段需要修改为I18N的code
This commit is contained in:
@@ -5,7 +5,18 @@ import java.util.Date;
|
||||
import com.google.gson.GsonBuilder;
|
||||
|
||||
public final class Constants {
|
||||
|
||||
/**
|
||||
* 字典表地域运营商
|
||||
*/
|
||||
public static final int ITEM_TYPE_AREA = 1;
|
||||
public static final int ITEM_TYPE_ISP = 2;
|
||||
/**
|
||||
* action值
|
||||
*/
|
||||
public static final int ACTION_DF = 1;
|
||||
public static final int ACTION_DJ = 2;
|
||||
public static final int ACTION_BMD = 5;
|
||||
public static final int ACTION_HMD = 8;
|
||||
public static final int CFG_PAGE = 0;
|
||||
public static final int AUDIT_PAGE = 1;
|
||||
public static final String DEFAULT_CAPTCHA_PARAM = "captcha";
|
||||
|
||||
Reference in New Issue
Block a user