|
|
@ -11,7 +11,6 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @Description:
|
|
|
|
* @Description:
|
|
|
@ -43,7 +42,7 @@ public class IfProductOffLine extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "QTY")
|
|
|
|
@Column(name = "QTY")
|
|
|
|
@ApiParam("数量")
|
|
|
|
@ApiParam("数量")
|
|
|
|
private BigDecimal qty;
|
|
|
|
private Double qty;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "UNIT")
|
|
|
|
@Column(name = "UNIT")
|
|
|
|
@ApiParam("单位")
|
|
|
|
@ApiParam("单位")
|
|
|
|