package com.mm.service; /** * @author clown * * @date 2023/12/15 */ public interface IReceiveFileService { /** * 解析数据 */ void analysisAndCopyFile(); }