1
yuan
2026-08-03 0cd0fe4aeb19ebb79a3fc2d8e15d187bf6cfe82e
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);
}