ludc
2023-09-04 e50db91077652a5b604bcee844018aff6b14a1b2
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/mapper/StrategyMapper.java
@@ -23,7 +23,7 @@
    * @param page 分页对象
    * @return 对象列表
    */
   IPage<Strategy> queryAllByPage(IPage page);
   IPage<Strategy> queryAllByPage(IPage page,@Param("tenantId") String tenantId);
   /**
    * 统计总行数