lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamFactorySecondMaintPlan.java
@@ -49,7 +49,7 @@
   /**删除标记*/
   @Excel(name = "删除标记", width = 15)
    @ApiModelProperty(value = "删除标记")
   private Integer delFlag;
   private Integer delFlag=0;
   /**工厂ID*/
   @Excel(name = "工厂ID", width = 15)
    @ApiModelProperty(value = "工厂ID")
@@ -65,5 +65,5 @@
   /**数量*/
   @Excel(name = "数量", width = 15)
    @ApiModelProperty(value = "数量")
   private String quantity;
   private Integer quantity;
}