@@ -36,6 +36,11 @@ public class ProductionWorkOrder extends BasePo {
private Long orderSkuId;
/**
+ * sku规格id
+ */
+ private Long skuSpecId;
+
+ /**
* 状态 0待生产 1已扫描 2生产中 3生产完成 4生产异常
*/
private Integer status;