Commit bcf8b6ea authored by liuzeheng's avatar liuzeheng

报关方式、备案属性多选

parent 7a17f668
......@@ -86,7 +86,7 @@ public class OrderQueryDTO {
private String marks;
@ApiModelProperty(value = "产品备案属性:1有牌,2无牌,3中性,4混牌")
private Integer productRecord;
private List<Integer> productRecord;
@ApiModelProperty(value = "是否控货")
private Boolean isCargoControl;
......@@ -95,7 +95,7 @@ public class OrderQueryDTO {
private Integer cargoControlStatus;
@ApiModelProperty(value = "报关类别:我司全代:1,自单代报:2,混合报关:3")
private Integer customsType;
private List<Integer> customsType;
@ApiModelProperty(value = "上传文件")
private String upFile;
......@@ -164,7 +164,7 @@ public class OrderQueryDTO {
private BigDecimal useVolumeUnit;
@ApiModelProperty(value = "入仓类型")
private Integer warehouseType;
private List<Integer> warehouseType;
@ApiModelProperty(value = "是否发送过入仓短信 已发送:1,未发送:0")
private Boolean sendsms;
......@@ -406,7 +406,7 @@ public class OrderQueryDTO {
private List<Long> objectiveId;
@ApiModelProperty(value = "始发仓ID")
private Long startWarehouseId;
private List<Long> startWarehouseId;
@ApiModelProperty(value = "目的仓ID")
private List<Long> destWarehouseId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment