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