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