add 反馈码垛位置
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
package org.nl.acs.ext.wms.data.AcsToWmsData.feedBackSplitPalletStation;
|
||||
|
||||
import lombok.Data;
|
||||
import org.nl.acs.ext.wms.data.BaseRequest;
|
||||
import org.nl.acs.ext.wms.data.PalletizeDto;
|
||||
|
||||
@Data
|
||||
public class feedBackSplitPalletStationRequest extends BaseRequest {
|
||||
|
||||
/**
|
||||
* 取货点位
|
||||
*/
|
||||
private String get_station;
|
||||
|
||||
/**
|
||||
* 放货点位
|
||||
*/
|
||||
private String put_station;
|
||||
|
||||
|
||||
/**
|
||||
* 取货点位载具号
|
||||
*/
|
||||
private String get_station_vehicle_code;
|
||||
|
||||
|
||||
/**
|
||||
* 放货点位载具号
|
||||
*/
|
||||
private String put_station_vehicle_code;
|
||||
|
||||
/**
|
||||
* 取货点当前数量
|
||||
*/
|
||||
private String get_station_qty;
|
||||
|
||||
/**
|
||||
* 放货点当前数量
|
||||
*/
|
||||
private String put_station_qty;
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package org.nl.acs.ext.wms.data.AcsToWmsData.feedBackSplitPalletStation;
|
||||
|
||||
import org.nl.acs.ext.wms.data.BaseResponse;
|
||||
|
||||
public class feedBackSplitPalletStationResponse extends BaseResponse {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user