liding
2025-05-14 390b4243dff25a50f1d3302228e7dd16e9c2f18a
1
2
3
4
5
6
package com.ruoyi.sales.service;
 
public interface ISalesLedgerFileService {
 
    int deleteSalesLedgerByIds(Long[] ids);
}