无关风月
4 天以前 29e5ce7e230beb96c06105c7baa530c6b9279508
ruoyi-system/src/main/java/com/ruoyi/system/service/AssetMainService.java
@@ -42,4 +42,11 @@
     * @return
     */
    List<AssetMainVO> getListByIds(List<Integer> assetMainIds);
    /**
     * 获取所有资产分页列表
     * @param pageQuery
     * @return
     */
    IPage<AssetMainPageVO> getAssetPageList(AssetMainPageQuery pageQuery);
}