健康报告dao生成
This commit is contained in:
17
service/src/main/java/com/sv/mapper/HealthDocMapper.java
Normal file
17
service/src/main/java/com/sv/mapper/HealthDocMapper.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package com.sv.mapper;
|
||||
|
||||
import com.sv.entity.HealthDoc;
|
||||
|
||||
public interface HealthDocMapper {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(HealthDoc record);
|
||||
|
||||
int insertSelective(HealthDoc record);
|
||||
|
||||
HealthDoc selectByPrimaryKey(Integer id);
|
||||
|
||||
int updateByPrimaryKeySelective(HealthDoc record);
|
||||
|
||||
int updateByPrimaryKey(HealthDoc record);
|
||||
}
|
||||
Reference in New Issue
Block a user