zhoushihao
2024-12-31 aa64540348a39c2247a79b48156e089d80f43030
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 @@
}