Content.java 296 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 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客户地址 }