qushaowei
2025-05-29 ba9c6723249f0a843d35eb21b43a00be4b7de3ab
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamSecondMaintenanceOrderDetail.java
@@ -55,10 +55,10 @@
   @Excel(name = "保养项目", width = 15)
    @ApiModelProperty(value = "保养项目")
   private String itemName;
   /**子项目*/
   @Excel(name = "子项目", width = 15)
    @ApiModelProperty(value = "子项目")
   private String subItemName;
   /**部位*/
   @Excel(name = "部位", width = 15)
    @ApiModelProperty(value = "部位")
   private String itemPart;
   /**保养要求*/
   @Excel(name = "保养要求", width = 15)
    @ApiModelProperty(value = "保养要求")