@ -55,7 +55,7 @@ public class IfDismantleRecord extends BaseBean {
@Column(name = "QTY")
@ApiParam("产品数量")
private Integer qty;
private Double qty;
@Column(name = "DISMANTLE_QTY")
@ApiParam("拆解数")
@ -50,7 +50,7 @@ public class IfPackageDetail extends BaseBean {
@ApiParam("数量")
@Column(name = "PACKAGE_NO2")
@ApiParam("包装编号2")
@ -11,7 +11,6 @@ import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import java.math.BigDecimal;
/**
* @Description:
@ -43,7 +42,7 @@ public class IfProductOffLine extends BaseBean {
private BigDecimal qty;
@Column(name = "UNIT")
@ApiParam("单位")
@ -56,7 +56,7 @@ public class MesDismantleRecord extends BaseBean {