PayResponseMapper.java
408 字节
package com.sunyo.energy.location.dao;
import com.sunyo.energy.location.model.PayResponse;
public interface PayResponseMapper {
int deleteByPrimaryKey(String id);
int insert(PayResponse record);
int insertSelective(PayResponse record);
PayResponse selectByPrimaryKey(String id);
int updateByPrimaryKeySelective(PayResponse record);
int updateByPrimaryKey(PayResponse record);
}