- package com.diagbot.facade;
- import com.diagbot.service.impl.QcQuestionMappingServiceImpl;
- import org.springframework.stereotype.Component;
- /**
- * @author zhoutg
- * @Description:
- * @date 2020-03-10 16:32
- */
- @Component
- public class QcQuestionMappingFacade extends QcQuestionMappingServiceImpl {
- }
|