仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management-after
产品供销存-后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat(account): 增加增值税报表功能并优化设备维护流程
云
2026-08-07
67a4e02e5a927681028c7c99c216b13e3efa8a21
[product-inventory-management-after.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
sales
/
service
/
ICommonFileService.java
1
2
3
4
5
6
7
8
9
package com.ruoyi.sales.service;
public interface ICommonFileService {
int deleteSalesLedgerByIds(Long[] ids);
int delCommonFileByIds(Long[] ids);
}