buhuazhen
2026-05-28 0d7c3e7923c420ae6d3f8feff280bf4fcaac5ce7
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);
}