|
@@ -263,24 +263,69 @@ public class ApsProcessOperationOutMaterHistoryDo extends BaseDo implements Seri
|
|
|
private Integer goodrollnum;
|
|
|
|
|
|
/**
|
|
|
- * 横切分卷数
|
|
|
+ * 计划备料卷数
|
|
|
*/
|
|
|
- private Integer crosscutnum;
|
|
|
+ private Integer planstockrollnum;
|
|
|
|
|
|
/**
|
|
|
- * 纵切分卷数
|
|
|
+ * 计划成品卷数
|
|
|
*/
|
|
|
- private Integer ripcutnum;
|
|
|
+ private Integer planprodrollnum;
|
|
|
|
|
|
/**
|
|
|
- * 计划备料卷数
|
|
|
+ * 计划流转卷数
|
|
|
*/
|
|
|
- private Integer planstockrollnum;
|
|
|
+ private Integer planmoverollnum;
|
|
|
|
|
|
/**
|
|
|
- * 计划成品卷数
|
|
|
+ * 成品已输出卷数
|
|
|
*/
|
|
|
- private Integer planprodrollnum;
|
|
|
+ private Integer prodoutroll;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 流转已输出卷数
|
|
|
+ */
|
|
|
+ private Integer moveoutroll;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 备料已输出卷数
|
|
|
+ */
|
|
|
+ private Integer stockoutroll;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 输出已取消卷数
|
|
|
+ */
|
|
|
+ private Integer outcancelroll;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 成品已取消卷数
|
|
|
+ */
|
|
|
+ private Integer prodcancelroll;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 流转已取消卷数
|
|
|
+ */
|
|
|
+ private Integer movecancelroll;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 备料已取消卷数
|
|
|
+ */
|
|
|
+ private Integer stockcancelroll;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 成品剩余需输出卷数
|
|
|
+ */
|
|
|
+ private Integer prodleaveoutroll;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 流转剩余需输出卷数
|
|
|
+ */
|
|
|
+ private Integer moveleaveoutroll;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 备料剩余需输出卷数
|
|
|
+ */
|
|
|
+ private Integer stockleaveoutroll;
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
private static final long serialVersionUID = 1L;
|