package com.hjx.personalcenter.db; /** * Created by h on 2017/8/17. */ public class Content { public static int authcodeflag;//1是进入填写保卡信息验证,2是修改保卡手机号验证,3是更改绑定验证 public static int adressflag;//1购买地址,2客户地址 public static int accountflag;//1主账户注册信息,2子账户注册信息 public static int changgeaccountflag;//账户切换成功标志 }