mitao
2 天以前 a9f2a7f4fac47c7a5b1302db2e0c363a55459f84
ruoyi-system/src/main/java/com/ruoyi/system/service/AssetTypeService.java
@@ -41,4 +41,10 @@
     */
    void deleteAssetType(Integer id);
    /**
     * 批量删除资产类型
     * @param ids 资产类型ID列表
     */
    void batchDeleteAssetType(List<Integer> ids);
}