健康报告上传查看功能
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package com.sv.mapper;
|
||||
|
||||
import com.sv.entity.HealthDoc;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface HealthDocMapper {
|
||||
@@ -17,4 +19,6 @@ public interface HealthDocMapper {
|
||||
int updateByPrimaryKey(HealthDoc record);
|
||||
|
||||
List<HealthDoc> findMemAll();
|
||||
|
||||
List<HealthDoc> findDocsByMemberId(@Param("memberId") Integer memberId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user