zss
6 天以前 d5ecfc8e79b8034b2cdebfff35bad1db19e6012d
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);
}