liusheng
2023-12-28 ac79f032745c975eb77d6fb148ed390f2373559e
smartor/src/main/java/com/smartor/mapper/IvrLibaTargetMapper.java
@@ -1,6 +1,7 @@
package com.smartor.mapper;
import com.smartor.domain.IvrLibaTarget;
import com.smartor.domain.IvrLibaTargetVO;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@@ -30,6 +31,8 @@
     */
    public List<IvrLibaTarget> selectIvrLibaTargetList(IvrLibaTarget ivrLibaTarget);
    public List<IvrLibaTargetVO> targetInfo(IvrLibaTarget ivrLibaTarget);
    /**
     * 新增指标选项库
     *