|
|
|
@ -83,10 +83,10 @@ public class ProductOrder extends BaseOrder {
|
|
|
|
|
@FieldAnnotation(modify = false)
|
|
|
|
|
private String calcLeadTime;
|
|
|
|
|
|
|
|
|
|
@Column(name="EXCESS_COUNT", columnDefinition = "decimal(18,8)")
|
|
|
|
|
@ApiParam(value ="多余量")
|
|
|
|
|
@FieldAnnotation(modify = false)
|
|
|
|
|
private Double excessCount;
|
|
|
|
|
// @Column(name="EXCESS_COUNT", columnDefinition = "decimal(18,8)")
|
|
|
|
|
// @ApiParam(value ="多余量")
|
|
|
|
|
// @FieldAnnotation(modify = false)
|
|
|
|
|
// private Double excessCount;
|
|
|
|
|
|
|
|
|
|
@Column(name="LACK_COUNT", columnDefinition = "decimal(18,8)")
|
|
|
|
|
@ApiParam(value ="缺少量")
|
|
|
|
@ -102,6 +102,10 @@ public class ProductOrder extends BaseOrder {
|
|
|
|
|
@ApiParam(value ="完工数")
|
|
|
|
|
private Double finishCount;
|
|
|
|
|
|
|
|
|
|
@Column(name="QUALIFIED_COUNT")
|
|
|
|
|
@ApiParam(value ="检验合格数量")
|
|
|
|
|
private Double qualifiedCount;
|
|
|
|
|
|
|
|
|
|
@Column(name="PRODUCT_ROUTING_ID")
|
|
|
|
|
@ApiParam(value ="工艺路线")
|
|
|
|
|
@FieldAnnotation(property = false)
|
|
|
|
|