smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java
@@ -1,7 +1,9 @@ package com.smartor.mapper; import java.util.List; import com.smartor.domain.PatMedInhosp; import org.apache.ibatis.annotations.Mapper; /** * 患者住院记录Mapper接口 @@ -9,8 +11,8 @@ * @author smartor * @date 2023-03-04 */ public interface PatMedInhospMapper { @Mapper public interface PatMedInhospMapper { /** * 查询患者住院记录 *