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