LegalAffairsService.java 222 B

123456789101112
  1. package com.goafanti.order.service;
  2. import com.goafanti.order.bo.InputOrderListBo;
  3. public interface LegalAffairsService {
  4. int pushTransferLagalAffairs(String orderNo);
  5. Object orderList(InputOrderListBo in);
  6. }