mitao
2 天以前 ec396cd546ec875ca364947fc9631863576380fb
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);
}