医生常用语模板维护->后端接口开发、数据库建表。
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.openhis.template.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.openhis.template.domain.DoctorPhrase;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface DoctorPhraseMapper extends BaseMapper<DoctorPhrase> {
|
||||
}
|
||||
Reference in New Issue
Block a user