zhangherong
2025-04-25 9b00a4bf526c0f0d06ab5c1d1f80f52c7f384859
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamInspectionOrderDetail.java
@@ -75,4 +75,12 @@
    @ApiModelProperty(value = "保养要求")
    private String  itemDemand;
    public EamInspectionOrderDetail(){}
    public EamInspectionOrderDetail(EamMaintenanceStandardDetail detail) {
        this.itemCode = detail.getItemCode();
        this.itemName = detail.getItemName();
        this.itemDemand = detail.getItemDemand();
    }
}