|
|
|
@ -65,10 +65,10 @@ public class Material extends BaseAPS {
|
|
|
|
|
@FieldAnnotation(editType = ApsEnumUtil.EDIT_TYPE.DURATION)
|
|
|
|
|
private String purchaseLeadTime;
|
|
|
|
|
|
|
|
|
|
@Column(name="MANUF_LEAD_TIME")
|
|
|
|
|
@Column(name="PRODUCT_LEAD_TIME")
|
|
|
|
|
@ApiParam(value ="生产提前期")
|
|
|
|
|
@FieldAnnotation(editType = ApsEnumUtil.EDIT_TYPE.DURATION)
|
|
|
|
|
private String manufLeadTime;
|
|
|
|
|
private String productLeadTime;
|
|
|
|
|
|
|
|
|
|
@Column(name="SHIPMENT_LEAD_TIME")
|
|
|
|
|
@ApiParam(value ="配送提前期")
|
|
|
|
@ -79,9 +79,9 @@ public class Material extends BaseAPS {
|
|
|
|
|
@ApiParam(value ="单位采购量")
|
|
|
|
|
private Integer unitPurchase;
|
|
|
|
|
|
|
|
|
|
@Column(name="UNIT_MANUF")
|
|
|
|
|
@Column(name="UNIT_PRODUCT")
|
|
|
|
|
@ApiParam(value ="单位生产量")
|
|
|
|
|
private Integer unitManuf;
|
|
|
|
|
private Integer unitProduct;
|
|
|
|
|
|
|
|
|
|
@Column(name="UNIT_SHIPMENT")
|
|
|
|
|
@ApiParam(value ="单位配送量")
|
|
|
|
@ -109,7 +109,7 @@ public class Material extends BaseAPS {
|
|
|
|
|
|
|
|
|
|
@Column(name="UNIT_PRODUCT_BATCH", columnDefinition = "decimal(18,8)")
|
|
|
|
|
@ApiParam(value ="生产批量单位")
|
|
|
|
|
private Double UnitProductBatch;
|
|
|
|
|
private Double unitProductBatch;
|
|
|
|
|
|
|
|
|
|
@Column(name="MAX_PUR_BATCH", columnDefinition = "decimal(18,8)")
|
|
|
|
|
@ApiParam(value ="最大采购批量")
|
|
|
|
|