|
|
@ -80,40 +80,40 @@ public class Material extends BaseCode {
|
|
|
|
@FieldAnnotation(defaultValue = "1")
|
|
|
|
@FieldAnnotation(defaultValue = "1")
|
|
|
|
private Boolean autoFixPegging;
|
|
|
|
private Boolean autoFixPegging;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MAX_PRODUCT_BATCH")
|
|
|
|
@Column(name="MAX_PRODUCT_BATCH", columnDefinition = "decimal(18,8)")
|
|
|
|
@ApiParam(value ="最大制造批量")
|
|
|
|
@ApiParam(value ="最大制造批量")
|
|
|
|
private Double maxProductBatch;
|
|
|
|
private Double maxProductBatch;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MIN_PRODUCT_BATCH")
|
|
|
|
@Column(name="MIN_PRODUCT_BATCH", columnDefinition = "decimal(18,8)")
|
|
|
|
@ApiParam(value ="最小制造批量")
|
|
|
|
@ApiParam(value ="最小制造批量")
|
|
|
|
@FieldAnnotation(defaultValue = "0.0")
|
|
|
|
@FieldAnnotation(defaultValue = "0.0")
|
|
|
|
private Double minProductBatch;
|
|
|
|
private Double minProductBatch;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="UNIT_PRODUCT_BATCH")
|
|
|
|
@Column(name="UNIT_PRODUCT_BATCH", columnDefinition = "decimal(18,8)")
|
|
|
|
@ApiParam(value ="制造批量单位")
|
|
|
|
@ApiParam(value ="制造批量单位")
|
|
|
|
private Double UnitProductBatch;
|
|
|
|
private Double UnitProductBatch;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MAX_PUR_BATCH")
|
|
|
|
@Column(name="MAX_PUR_BATCH", columnDefinition = "decimal(18,8)")
|
|
|
|
@ApiParam(value ="最大采购批量")
|
|
|
|
@ApiParam(value ="最大采购批量")
|
|
|
|
private Double maxPurBatch;
|
|
|
|
private Double maxPurBatch;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MIN_PUR_BATCH")
|
|
|
|
@Column(name="MIN_PUR_BATCH", columnDefinition = "decimal(18,8)")
|
|
|
|
@ApiParam(value ="最小采购批量")
|
|
|
|
@ApiParam(value ="最小采购批量")
|
|
|
|
private Double minPurBatch;
|
|
|
|
private Double minPurBatch;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="UNIT_PUR_BATCH")
|
|
|
|
@Column(name="UNIT_PUR_BATCH", columnDefinition = "decimal(18,8)")
|
|
|
|
@ApiParam(value ="采购批量单位")
|
|
|
|
@ApiParam(value ="采购批量单位")
|
|
|
|
private Double unitPurBatch;
|
|
|
|
private Double unitPurBatch;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MIN_STOCK_COUNT")
|
|
|
|
@Column(name="MIN_STOCK_COUNT", columnDefinition = "decimal(18,8)")
|
|
|
|
@ApiParam(value ="最小库存数量")
|
|
|
|
@ApiParam(value ="最小库存数量")
|
|
|
|
private Double minStockCount;
|
|
|
|
private Double minStockCount;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="SAFE_STOCK_COUNT")
|
|
|
|
@Column(name="SAFE_STOCK_COUNT", columnDefinition = "decimal(18,8)")
|
|
|
|
@ApiParam(value ="安全库存数量")
|
|
|
|
@ApiParam(value ="安全库存数量")
|
|
|
|
private Double safeStockCount;
|
|
|
|
private Double safeStockCount;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MAX_STOCK_COUNT")
|
|
|
|
@Column(name="MAX_STOCK_COUNT", columnDefinition = "decimal(18,8)")
|
|
|
|
@ApiParam(value ="最大库存数量")
|
|
|
|
@ApiParam(value ="最大库存数量")
|
|
|
|
private Double maxStockCount;
|
|
|
|
private Double maxStockCount;
|
|
|
|
|
|
|
|
|
|
|
|