hyingbo
8 天以前 cc0e9036de6e922e8fe254fef01d8de9996024b7
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/AndonOrderMapper.java
@@ -1,7 +1,10 @@
package org.jeecg.modules.mdc.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
import org.jeecg.modules.mdc.entity.AndonOrder;
import java.util.List;
/**
 * @Description: andon_order
@@ -11,4 +14,7 @@
 */
public interface AndonOrderMapper extends BaseMapper<AndonOrder> {
    List<AndonOrder> equAndonList(@Param("equipmentIdList") List<String> equipmentIdList);
    List<AndonOrder> untreatedAndonList();
}