|
|
@ -50,7 +50,7 @@ public class WmsDataMigrationConfig extends BaseBean{
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="LAST_MRGRATION_QTY")
|
|
|
|
@Column(name="LAST_MRGRATION_QTY")
|
|
|
|
@ApiParam(value = "末次迁移记录数", example = "0")
|
|
|
|
@ApiParam(value = "末次迁移记录数", example = "0")
|
|
|
|
private Integer LastmMigrationQty;
|
|
|
|
private Integer lastmMigrationQty;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="NEXT_EXECUTION_TIME")
|
|
|
|
@Column(name="NEXT_EXECUTION_TIME")
|
|
|
|
@ApiParam("下次执行时间")
|
|
|
|
@ApiParam("下次执行时间")
|
|
|
|