1234567891011121314 |
- 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 javax.servlet.http.HttpServletRequest;
- import java.util.List;
- public interface ISalesDetaiServicel {
- int pushSalesDetaiServicel(NewSystemFormatEntiy newSystemFormatEntiy);
- Result getSalesDetaiData(JSONObject msg,HttpServletRequest httpServletRequest);
- }
|