KmReviewWebserviceService.java 213 B

12345678910111213
  1. package com.uas.service;
  2. /**
  3. * @author koul
  4. * @email koul@usoftchina.com
  5. * @date 2021-06-03 15:26
  6. */
  7. public interface KmReviewWebserviceService {
  8. String sendYCSQ(int id);
  9. String sendJDAP(int id);
  10. }