package com.example.server.progressTrack.Dto; import lombok.Data; /** * @author 14539 */ @Data public class StatistProductDto { private String name; private Integer cxsl; private Integer fjsl; private Integer jdsl; private Integer fcsl; private Integer hzsl; private Integer wcsl; }