package com.xzx.gc.model.order; import lombok.Data; @Data public class OrderStatistic { private String sumWeight; private String sumMoney; }