hyingbo
2025-07-03 38eed874fc4cf74789d438b78381bd26448ceb3f
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/AndonOrderMapper.java
@@ -15,4 +15,6 @@
public interface AndonOrderMapper extends BaseMapper<AndonOrder> {
    List<AndonOrder> equAndonList(@Param("equipmentIdList") List<String> equipmentIdList);
    List<AndonOrder> untreatedAndonList();
}