lyh
2025-07-01 fbfcddd5ba0ca3eef94c84836512ac1e95b720db
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEamEquipmentService.java
@@ -66,4 +66,6 @@
    IPage<DailyInspectionStandardDetail>  getStandardList(Page<DailyInspectionStandardDetail> page, String mainId,String type);
    IPage<Map<String, Object>> getEquipmentListAllStandard(Integer pageNo, Integer pageSize, Map<String, Object> params);
    List<Map<String, Object>> exportXlsNew();
}