#
lty
2025-09-25 8478a159d79bf9ca5da04ab18562f2d7cdddb05c
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.entity.result;
 
import lombok.Data;
 
@Data
public class OrderDetlValueResultUtil {
    private Double length = 0.0;
    private Double width = 0.0;
    private Double height = 0.0;
    private Double weight = 0.0;
    private Double anfme = 0.0;
}