hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/entity/dto/LisecHollowFrameDetails.java
@@ -10,6 +10,13 @@
@Data
public class LisecHollowFrameDetails {
    public LisecHollowFrameDetails(String recType, String type, String width, String height) {
        this.recType = recType;
        this.type = type;
        this.width = width;
        this.height = height;
    }
    private String recType;
    //项目数量指数(如果所有记录相同,则为0)   用0填充即可
    private String itemInx = "0";