From 29f0f55c73894fe87c8ead8abf6aad41e6ac3630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Wed, 13 May 2026 11:12:24 +0800 Subject: [PATCH] =?UTF-8?q?oms=E9=A2=84=E7=BA=A6=E5=8D=95=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/ReservationMaterialInventory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mhd_oms/src/main/java/com/mhd/oms/domain/reservationMaterialInventory/entity/ReservationMaterialInventory.java b/mhd_oms/src/main/java/com/mhd/oms/domain/reservationMaterialInventory/entity/ReservationMaterialInventory.java index aa1f619ba..830011805 100644 --- a/mhd_oms/src/main/java/com/mhd/oms/domain/reservationMaterialInventory/entity/ReservationMaterialInventory.java +++ b/mhd_oms/src/main/java/com/mhd/oms/domain/reservationMaterialInventory/entity/ReservationMaterialInventory.java @@ -27,7 +27,7 @@ public class ReservationMaterialInventory extends BaseVOEntity { @ApiModelProperty("物料库存id") @TableId(type = IdType.AUTO) - private Long reservationMaterialInventoryId; + private Long materialInventoryId; @ApiModelProperty("组织表ID") @Excel(name = "组织表ID")