zss
5 天以前 17808d7da68f2c8a164faec25634e7d01d39d6fc
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);
}