All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.penging.tms.common.repository.TmsIvmtMastHistEntityMapper Maven / Gradle / Ivy

The newest version!
package com.penging.tms.common.repository;

import com.penging.tms.common.entity.TmsIvmtMastHistEntity;

public interface TmsIvmtMastHistEntityMapper {
    int deleteByPrimaryKey(Long codId);

    int insert(TmsIvmtMastHistEntity record);

    int insertSelective(TmsIvmtMastHistEntity record);

    TmsIvmtMastHistEntity selectByPrimaryKey(Long codId);

    int updateByPrimaryKeySelective(TmsIvmtMastHistEntity record);

    int updateByPrimaryKey(TmsIvmtMastHistEntity record);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy