SikuTaskService.java 97 B

1234567
  1. package com.malk.siku.service;
  2. public interface SikuTaskService {
  3. void syncLoanManage();
  4. }