package com.emato.biz.service.mall; import com.alibaba.fastjson.JSONObject; import com.emato.biz.domain.mall.NewSystemFormatEntiy; import com.emato.common.core.Result; import java.util.List; public interface ISalesDetaiServicel { int pushSalesDetaiServicel(NewSystemFormatEntiy newSystemFormatEntiy); Result getSalesDetaiData(JSONObject msg); }