健康报告查询接口
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package com.sv.mapper;
|
||||
|
||||
import com.sv.entity.HealthDoc;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface HealthDocMapper {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
@@ -14,4 +17,6 @@ public interface HealthDocMapper {
|
||||
int updateByPrimaryKeySelective(HealthDoc record);
|
||||
|
||||
int updateByPrimaryKey(HealthDoc record);
|
||||
}
|
||||
|
||||
List<HealthDoc> findMemAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user