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