zhoushihao
2024-12-09 e14730d85fa4c784e7f3555d35a1c8b057b1d383
hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/entity/HollowGlassOutRelationInfo.java
@@ -36,6 +36,19 @@
     */
    private Integer state;
    /**
     * 总配对数量
     */
    private Integer totalPairQuantity;
    /**
     * 已完成配对数量
     */
    private Integer pairQuantity;
    /**
     * 是否强制
     */
    private Integer isForce;
    /**
     * /*创建时间
     */
    private Date createTime;
@@ -47,3 +60,4 @@
}