|
|
@ -78,11 +78,11 @@ public class MesQcOrderDetail extends BaseBean implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "QTY")
|
|
|
|
@Column(name = "QTY")
|
|
|
|
@ApiParam("数量")
|
|
|
|
@ApiParam("数量")
|
|
|
|
private Integer qty;
|
|
|
|
private Integer qty = 0;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "FINISH_QTY")
|
|
|
|
@Column(name = "FINISH_QTY")
|
|
|
|
@ApiParam("已检数量")
|
|
|
|
@ApiParam("已检数量")
|
|
|
|
private Integer finishQty;
|
|
|
|
private Integer finishQty = 0;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "MAXIMUM", columnDefinition = "decimal(18,8)")
|
|
|
|
@Column(name = "MAXIMUM", columnDefinition = "decimal(18,8)")
|
|
|
|
@ColumnDefault("0")
|
|
|
|
@ColumnDefault("0")
|
|
|
|