jiazx0107@163.com
2023-06-29 f46a102b5f5ab7e2c74c9d05f9d6e06c358b8c02
1
2
3
4
5
6
7
8
9
10
package com.ld.igds.pressure.mapper;
 
 
import com.ld.igds.pressure.dto.PressureData;
import org.apache.ibatis.annotations.Param;
 
public interface PressureServiceMapper {
 
    void savePressure(@Param("data") PressureData pressure);
}