|
@@ -192,6 +192,9 @@ public class InboundQuery extends PageInfo<InboundQuery>{
|
|
|
@TableField(typeHandler = UuidListTypeHandler.class)
|
|
@TableField(typeHandler = UuidListTypeHandler.class)
|
|
|
private List<String> intoReasonList;
|
|
private List<String> intoReasonList;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "有效标识 (1:正常 0:停用)")
|
|
|
|
|
+ private List<Boolean> flgValidList;
|
|
|
|
|
+
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "入库时间开始")
|
|
@ApiModelProperty(value = "入库时间开始")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|