查询添加报关
This commit is contained in:
+3
@@ -139,4 +139,7 @@ public class StockShelfOrderPO extends StockInOrderBasePO {
|
||||
@Excel(name = "批次号")
|
||||
private String batchNo;
|
||||
|
||||
|
||||
@ApiModelProperty("是否报关")
|
||||
private Long needCustomsDeclaration;
|
||||
}
|
||||
+4
@@ -151,4 +151,8 @@ public class StockShelfOrderDO extends StockInOrderBaseDO {
|
||||
@ApiModelProperty("批次号")
|
||||
@Excel(name = "批次号")
|
||||
private String batchNo;
|
||||
|
||||
@ApiModelProperty("是否报关")
|
||||
private Long needCustomsDeclaration;
|
||||
|
||||
}
|
||||
+3
@@ -140,4 +140,7 @@ public class StockShelfOrderDTO extends StockInOrderBaseDTO {
|
||||
@ApiModelProperty("批次号")
|
||||
@Excel(name = "批次号")
|
||||
private String batchNo;
|
||||
|
||||
@ApiModelProperty("是否报关")
|
||||
private Long needCustomsDeclaration;
|
||||
}
|
||||
Reference in New Issue
Block a user