package com.oying.modules.pc.product.view; import lombok.Data; @Data public class ProductLabelCustomerView { private Integer categoryId; private String categoryName; private String labelName; private String labelValue; }