入库业务单添加查询条件;
This commit is contained in:
+6
@@ -384,6 +384,12 @@ public class ReservationStockInOrderDO extends BaseVOEntity {
|
||||
@ApiModelProperty(name = "入库时间查询条件结束日期")
|
||||
private String storageTimeEnd;
|
||||
|
||||
@ApiModelProperty(name = "入库时间查询条件开始日期")
|
||||
private String expectTimeStart;
|
||||
|
||||
@ApiModelProperty(name = "入库时间查询条件结束日期")
|
||||
private String expectTimeEnd;
|
||||
|
||||
@ApiModelProperty("入库明细-物料名称(商品名称),模糊匹配")
|
||||
private String materialName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user