|
|
@ -158,7 +158,7 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
@ApiParam(value = "任务生成数量", example = "1")
|
|
|
|
@ApiParam(value = "任务生成数量", example = "1")
|
|
|
|
private Double taskGenerateQty;
|
|
|
|
private Double taskGenerateQty;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "TASK_GENERATE_QTY", columnDefinition = "decimal(18,8)")
|
|
|
|
@Column(name = "PRINT_GENERATE_QTY", columnDefinition = "decimal(18,8)")
|
|
|
|
@ColumnDefault("0")
|
|
|
|
@ColumnDefault("0")
|
|
|
|
@ApiParam(value = "剩余打印数量")
|
|
|
|
@ApiParam(value = "剩余打印数量")
|
|
|
|
private Double printGenerateQty;
|
|
|
|
private Double printGenerateQty;
|
|
|
|