lyh
9 小时以前 78aeb8a8c97a884a640d46755e4be706bde48b7d
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.lxzn.base.service;
 
/**
 * @author clown
 * * @date 2023/12/15
 */
public interface IReceiveFileService {
 
    /**
     * 解析数据
     */
    void analysisAndCopyFileRec();
}