pda库存查询报错bug修改

This commit is contained in:
zhou-hongcheng
2026-02-04 09:36:10 +08:00
parent 0194adc794
commit b8e61e097b
@@ -243,4 +243,7 @@ public class MaterialInventoryQueryListDO extends MaterialBaseDO {
@Excel(name = "ExtAttr4", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date extAttr4;
@ApiModelProperty("订单物料明细id")
private Long materialDetailId;
}