package com.tianbo.analysis.service; import com.tianbo.analysis.model.CustomReception; /** * @Auther: shenhl * @Date: 2019/8/26 10:23 */ public interface DEPARTURESLOADINGService { int insertRecept(CustomReception customReception); }