McProjectService.java 92 B

12345678
  1. package com.malk.kabeiyi.service;
  2. public interface McProjectService {
  3. void init();
  4. }