入库业务单添加查询条件;
This commit is contained in:
+6
@@ -378,6 +378,12 @@ public class ReservationStockInOrderDO extends BaseVOEntity {
|
||||
@ApiModelProperty(name = "创建时间查询条件结束日期")
|
||||
private String createTimeEnd;
|
||||
|
||||
@ApiModelProperty(name = "入库时间查询条件开始日期")
|
||||
private String storageTimeStart;
|
||||
|
||||
@ApiModelProperty(name = "入库时间查询条件结束日期")
|
||||
private String storageTimeEnd;
|
||||
|
||||
@ApiModelProperty("入库明细-物料名称(商品名称),模糊匹配")
|
||||
private String materialName;
|
||||
|
||||
|
||||
+6
@@ -363,6 +363,12 @@ public class ReservationStockOutOrderDO extends BaseVOEntity {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date outboundDate;
|
||||
|
||||
@ApiModelProperty(name = "出库时间查询条件开始日期")
|
||||
private String outboundDateStart;
|
||||
|
||||
@ApiModelProperty(name = "出库时间查询条件结束日期")
|
||||
private String outboundDateEnd;
|
||||
@ApiModelProperty("完成时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
|
||||
Reference in New Issue
Block a user