lyh
3 天以前 b508ec38ddf9ed93d4435e8f1e3c4effef798aaa
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();
}