丽知:ofs出库单请求\响应类修改

This commit is contained in:
zhengyf 2024-08-16 11:56:19 +08:00
parent b490c2e239
commit 800e8779cd
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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 {