package com.epmet.constant; /** * @author zhaoqifeng * @dscription * @date 2021/6/8 15:28 */ public interface IcResiUserConstant { String IC_RESI_USER = "ic_resi_user"; /** * 居民端小程序的人:resi;数字社区的居民:icresi;未关联上的:other */ String USER_TYPE_RESI="resi"; String USER_TYPE_IC_RESI="icresi"; String USER_TYPE_OTHER="other"; }