| | |
| | | public int batchPatMedOuthosp(List<PatMedOuthosp> patMedOuthosps); |
| | | |
| | | /** |
| | | * 批量插入,忽略重复(INSERT IGNORE) |
| | | * |
| | | * @param patMedOuthosps 门急诊记录列表 |
| | | * @return 实际插入数量 |
| | | */ |
| | | public int batchInsertIgnore(List<PatMedOuthosp> patMedOuthosps); |
| | | |
| | | /** |
| | | * 修改患者门诊记录 |
| | | * |
| | | * @param patMedOuthosp 患者门诊记录 |
| | |
| | | */ |
| | | void createPatMedOuthosp(@Param("templateName") String templateName, @Param("newName") String newName); |
| | | |
| | | void createPatMedOuthospAutoAdd(@Param("newName") String newName); |
| | | |
| | | |
| | | void setAutoIncrement(@Param("tableName") String tableName, @Param("autoInc") long autoInc); |
| | | |