package com.oying.modules.pc.category.view; import lombok.Data; @Data public class PlatformCategoryCustomerView { private Long categoryId; private String name; private Integer sortWeight; private String iconUrl; }