lsh
2025-11-20 56dfd7750c2ff9339ba028b8f613c82b5b8d3d1d
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;
}