| | |
| | | import java.util.List; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ltkj.hosp.domain.TjSurveyQuestion; |
| | | import com.ltkj.common.core.domain.entity.SysDictData; |
| | | import com.ltkj.hosp.domain.TjSurveyTemplate; |
| | | import com.ltkj.hosp.domain.TreeTjSurveryTemplate; |
| | | |
| | | /** |
| | | * 问卷模板Service接口 |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteTjSurveyTemplateByMid(Long mid); |
| | | |
| | | |
| | | public List<TreeTjSurveryTemplate> selectDictDataList(SysDictData dictData); |
| | | |
| | | List<TreeTjSurveryTemplate> getTreeTjSurveryTemplate(String vaule); |
| | | |
| | | TjSurveyTemplate selectTemplateByTjCategory(String tjCategory); |
| | | } |