查询添加报关

This commit is contained in:
zhaoqing
2026-06-01 18:36:56 +08:00
parent 1301e35ffa
commit 9db78617fe
5 changed files with 16 additions and 0 deletions
@@ -140,4 +140,7 @@ public class StockShelfOrderDTO extends StockInOrderBaseDTO {
@ApiModelProperty("批次号")
@Excel(name = "批次号")
private String batchNo;
@ApiModelProperty("是否报关")
private Long needCustomsDeclaration;
}