package com.tianbo.analysis.service; import com.tianbo.analysis.model.CustomReception; /** * @Auther: shenhl * @Date: 2019/8/28 11:52 */ public interface INTERNATIONALTRANSITService { int insertRecept(CustomReception customReception); }