liyong
2026-05-14 ff9cedf9f8093dc87e4974f9ba0c9e591ee6783b
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);
}