package com.xscm.moduleutil.bean; import lombok.Data; @Data public class GiftLabelBean { private String id; private String name; }