|
|
@ -52,6 +52,11 @@ public class MesPpDetails extends BaseBean{
|
|
|
|
@ApiParam(value = "工单数量", example = "0")
|
|
|
|
@ApiParam(value = "工单数量", example = "0")
|
|
|
|
public Double qty;
|
|
|
|
public Double qty;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "TRANS_QTY", columnDefinition = "decimal(18,8)")
|
|
|
|
|
|
|
|
@ColumnDefault("0")
|
|
|
|
|
|
|
|
@ApiParam(value = "处理数量", example = "0")
|
|
|
|
|
|
|
|
public Double transQty = 0D;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="PART_GROUP_NO")
|
|
|
|
@Column(name="PART_GROUP_NO")
|
|
|
|
@ApiParam("零件组号")
|
|
|
|
@ApiParam("零件组号")
|
|
|
|
public String partGroupNo;
|
|
|
|
public String partGroupNo;
|
|
|
|