zhangherong
2025-05-15 706053d51e4f1663f3c1959a73d59e8cde3880ae
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamInspectionOrderDetail.java
@@ -73,6 +73,14 @@
    private String itemName;
    /**保养要求*/
    @ApiModelProperty(value = "保养要求")
    private String itemDemand;
    private String  itemDemand;
    public EamInspectionOrderDetail(){}
    public EamInspectionOrderDetail(EamMaintenanceStandardDetail detail) {
        this.itemCode = detail.getItemCode();
        this.itemName = detail.getItemName();
        this.itemDemand = detail.getItemDemand();
    }
}