qushaowei
2023-09-13 5445185e5e0dab34d626bed169b45d8e0d532696
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/MaintenanceOrderActualMaterial.java
@@ -61,6 +61,7 @@
   /**删除状态(0-正常,1-已删除)*/
   @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
    @ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
    @TableLogic
    private Integer delFlag = CommonConstant.DEL_FLAG_0;
   /**备注*/
   @Excel(name = "备注", width = 15)
@@ -97,6 +98,7 @@
    @Excel(name = "出库单明细id", width = 15)
    @ApiModelProperty(value = "出库单明细id")
    private String outboundOrderDetailId;
    private String isLock;
}