T_AIR_REPERTORYMapper.java 469 字节
package com.sy.mapper;

import com.sy.model.T_AIR_REPERTORY;
import org.springframework.stereotype.Component;

@Component
public interface T_AIR_REPERTORYMapper {
    int deleteByPrimaryKey(String mawbNo);

    int insert(T_AIR_REPERTORY record);

    int insertSelective(T_AIR_REPERTORY record);

    T_AIR_REPERTORY selectByPrimaryKey(String mawbNo);

    int updateByPrimaryKeySelective(T_AIR_REPERTORY record);

    int updateByPrimaryKey(T_AIR_REPERTORY record);
}