liusheng
3 天以前 e6456d2196b3e57bd06be0fbc74dd3e0fc28fdeb
smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java
@@ -7,6 +7,7 @@
import com.smartor.domain.PatMedReq;
import com.smartor.domain.PatMedRes;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
/**
 * 患者住院记录Mapper接口
@@ -23,6 +24,8 @@
     * @return 患者住院记录
     */
    public PatMedInhosp selectPatMedInhospByInhospid(Long inhospid);
    public String getTagnameBypatid(Long patid);
    /**
     * 查询患者住院记录列表
@@ -42,6 +45,8 @@
     */
    public int insertPatMedInhosp(PatMedInhosp patMedInhosp);
    public int insertPatMedInhospBatch(@Param("list") List<PatMedInhosp> list);
    /**
     * 修改患者住院记录
     *