选装售后
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AflWechatSignHisService.java 361B

123456789
  1. package com.qtzl.alterSales.manager.service;
  2. import cn.com.taiji.common.manager.net.http.ServiceHandleException;
  3. import com.qtzl.alterSales.manager.model.protocol.sales.AflWechatSignHisRequest;
  4. import org.slf4j.Logger;
  5. public interface AflWechatSignHisService {
  6. String find(AflWechatSignHisRequest request, Logger logger) throws ServiceHandleException;
  7. }