Commit 35918f53 authored by Quxl's avatar Quxl

x

parent b1ae727e
package com.egolm.film.api.service;
public interface DoubtfulService {
}
package com.egolm.film.api.service.impl;
import org.springframework.stereotype.Service;
import com.egolm.film.api.service.DoubtfulService;
@Service
public class DoubtfulServiceImpl implements DoubtfulService{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment