liusheng
2023-06-20 be812198b1c18cf5b79f2cdc69d2f7c3c70eff51
smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
@@ -3,6 +3,7 @@
import java.util.List;
import com.smartor.domain.PatArchive;
import com.smartor.domain.PatArchiveReq;
import org.apache.ibatis.annotations.Mapper;
/**
@@ -29,6 +30,9 @@
     */
    public List<PatArchive> selectPatArchiveList(PatArchive patArchive);
    public List<PatArchive> patInfoByContion(PatArchiveReq patArchive);
    /**
     * 新增患者档案
     *