MANIFEST_AIR_CHANGEMapper.java
707 字节
package com.tianbo.analysis.dao;
import com.tianbo.analysis.model.MANIFEST_AIR_CHANGE;
import java.util.List;
public interface MANIFEST_AIR_CHANGEMapper {
int deleteByPrimaryKey(String autoid);
int insert(MANIFEST_AIR_CHANGE record);
int insertSelective(MANIFEST_AIR_CHANGE record);
List<MANIFEST_AIR_CHANGE> insertCheckRepeat(MANIFEST_AIR_CHANGE record);
MANIFEST_AIR_CHANGE selectByPrimaryKey(String autoid);
List<MANIFEST_AIR_CHANGE> selectList(MANIFEST_AIR_CHANGE record);
List<MANIFEST_AIR_CHANGE> selectListByAutoIDS(List<String> idList);
int updateByPrimaryKeySelective(MANIFEST_AIR_CHANGE record);
int updateByPrimaryKey(MANIFEST_AIR_CHANGE record);
}