zhang_nuo
19 小时以前 852cc8afa71b117f83759b0e1e97176800752c9a
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);
}