丽知:ofs出库单请求\响应类修改
This commit is contained in:
parent
b490c2e239
commit
800e8779cd
|
@ -14,6 +14,8 @@ public class QueryOfsStockoutOrderRequestVO {
|
|||
|
||||
private String closedAt_start;
|
||||
private String closedAt_end;
|
||||
private String shipAt_start;
|
||||
private String shipAt_end;
|
||||
|
||||
/** 组织 */
|
||||
private String clientCode;
|
||||
|
|
|
@ -84,6 +84,10 @@ public class StockoutOrderSearchResponse extends ReturnMessageBasics {
|
|||
private String shipAt;
|
||||
private String shipmentType;
|
||||
private String shipmentNote;
|
||||
private String created;
|
||||
private String createdBy;
|
||||
private String lastUpdated;
|
||||
private String lastUpdatedBy;
|
||||
}
|
||||
@Data
|
||||
public static class StockoutB {
|
||||
|
|
Loading…
Reference in New Issue