package com.gear.customer.swx.vo.response; import lombok.Data; @Data public class SwxContentsVo { private Integer type; private String title; private Integer sortNum; private String id; }