package com.epmet.redis; import lombok.Data; @Data public class IcLoginTicketCacheBean { private String staffId; private String mobile; }