ludc
2023-06-15 e14d495581896374cc4be7ec929feb95005e6563
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/mapper/StrategyMapper.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import org.apache.ibatis.annotations.Param;
import com.vci.ubcs.system.entity.Strategy;
@@ -22,7 +23,7 @@
    * @param page 分页对象
    * @return 对象列表
    */
   List<Strategy> queryAllByPage(IPage page);
   IPage<Strategy> queryAllByPage(IPage page);
   /**
    * 统计总行数