TKpiCargoWaybillMapper.java 1.3 KB
package com.tianbo.mapper;

import com.tianbo.model.TKpiCargoWaybill;
import com.tianbo.model.TKpiCargoWaybillExample;
import java.math.BigDecimal;
import java.util.List;
import org.apache.ibatis.annotations.Param;

public interface TKpiCargoWaybillMapper {
    int countByExample(TKpiCargoWaybillExample example);

    int deleteByExample(TKpiCargoWaybillExample example);

    int deleteByPrimaryKey(BigDecimal fid);

    int insert(TKpiCargoWaybill record);

    int insertSelective(TKpiCargoWaybill record);

    List<TKpiCargoWaybill> selectByExample(TKpiCargoWaybillExample example);

    TKpiCargoWaybill selectByPrimaryKey(BigDecimal fid);

    int updateByExampleSelective(@Param("record") TKpiCargoWaybill record, @Param("example") TKpiCargoWaybillExample example);

    int updateByExample(@Param("record") TKpiCargoWaybill record, @Param("example") TKpiCargoWaybillExample example);

    int updateByPrimaryKeySelective(TKpiCargoWaybill record);

    int updateByPrimaryKey(TKpiCargoWaybill record);

    BigDecimal sumWeightByExample(TKpiCargoWaybillExample example);

    BigDecimal sumPcsByExample(TKpiCargoWaybillExample example);

    BigDecimal sumVolByExample(TKpiCargoWaybillExample example);

    BigDecimal sumHbillqtyByExample(TKpiCargoWaybillExample example);
}