xiaoyong931011
2021-07-15 bf9a238e4b6db75c28ee9efae265f36f33301d83
1
2
3
4
5
6
7
8
9
10
package com.xzx.gc.model.order;
 
import lombok.Data;
 
@Data
public class OrderStatistic {
 
    private String sumWeight;
    private String sumMoney;
}