zhoushihao
2025-01-15 9ae0e3d68b255dd6df31ea55d9b6eda1a61708dd
hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/entity/HollowGlassOutRelationInfo.java
@@ -36,6 +36,24 @@
     */
    private Integer state;
    /**
     * 总配对数量
     */
    private Integer totalPairQuantity;
    /**
     * 已完成配对数量
     */
    private Integer pairQuantity;
    /**
     * 是否强制
     */
    private Integer isForce;
    /**
     * 是否强制
     */
    private Long formulaId;
    /**
     * /*创建时间
     */
    private Date createTime;
@@ -47,3 +65,4 @@
}