1
0

ISalesDetaiServicel.java 441 B

1234567891011121314
  1. package com.emato.biz.service.mall;
  2. import com.alibaba.fastjson.JSONObject;
  3. import com.emato.biz.domain.mall.NewSystemFormatEntiy;
  4. import com.emato.common.core.Result;
  5. import javax.servlet.http.HttpServletRequest;
  6. import java.util.List;
  7. public interface ISalesDetaiServicel {
  8. int pushSalesDetaiServicel(NewSystemFormatEntiy newSystemFormatEntiy);
  9. Result getSalesDetaiData(JSONObject msg,HttpServletRequest httpServletRequest);
  10. }