添加编号;

This commit is contained in:
王奎兴
2026-06-03 18:10:03 +08:00
parent 9ec31a6727
commit 10e149cf9d
2 changed files with 7 additions and 1 deletions
@@ -88,4 +88,7 @@ public class InOrderAbnormalDO extends StockInOrderBaseDO {
@ApiModelProperty(name = "权限菜单ID")
private Long permissionMenuId;
}
@ApiModelProperty("是否需要报关")
@Excel(name = "是否需要报关")
private Integer needCustomsDeclaration;
}
@@ -200,4 +200,7 @@ public class StockReceiptOrderDO extends StockInOrderBaseDO {
@ApiModelProperty("业务单号")
@Excel(name = "业务单号")
private String batchNo;
@ApiModelProperty("是否需要报关")
@Excel(name = "是否需要报关")
private Integer needCustomsDeclaration;
}