package com.hz.phis.dt.card; import lombok.Data; /** * 卡项列表实体 * * @author fwq */ @Data public class CardItemDt { private String id; }