CUSTOM_RESPONSEMapper.java
480 字节
package com.tianbo.analysis.dao;
import com.tianbo.analysis.model.CUSTOM_RESPONSE;
public interface CUSTOM_RESPONSEMapper {
int deleteByPrimaryKey(String id);
int insert(CUSTOM_RESPONSE record);
int insertSelective(CUSTOM_RESPONSE record);
CUSTOM_RESPONSE selectByPrimaryKey(String id);
int updateByPrimaryKeySelective(CUSTOM_RESPONSE record);
int updateAwbhReceiption(CUSTOM_RESPONSE record);
int updateAwbReceiption(CUSTOM_RESPONSE record);
}