|
|
@ -18,6 +18,10 @@ public class FilterThrOrderRequest extends ListPageRequest {
|
|
|
|
private String billAction;
|
|
|
|
private String billAction;
|
|
|
|
private String corpName;
|
|
|
|
private String corpName;
|
|
|
|
private String lastUpdateTime;
|
|
|
|
private String lastUpdateTime;
|
|
|
|
|
|
|
|
private String originType;
|
|
|
|
|
|
|
|
private String unitIdFk;
|
|
|
|
|
|
|
|
private Integer editStatus;
|
|
|
|
|
|
|
|
private String status;
|
|
|
|
|
|
|
|
|
|
|
|
private List<ErpOrderResponse> erpOrderResponses;
|
|
|
|
private List<ErpOrderResponse> erpOrderResponses;
|
|
|
|
}
|
|
|
|
}
|
|
|
|