buhuazhen
2026-05-08 a40e2a665a077625deb18560ba5a02a303049374
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);
}