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")