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

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

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

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

public interface TmsIvmtAutoQueueEntityMapper {
    int deleteByPrimaryKey(Long codQueueId);

    int insert(TmsIvmtAutoQueueEntity record);

    int insertSelective(TmsIvmtAutoQueueEntity record);

    TmsIvmtAutoQueueEntity selectByPrimaryKey(Long codQueueId);

    int updateByPrimaryKeySelective(TmsIvmtAutoQueueEntity record);

    int updateByPrimaryKey(TmsIvmtAutoQueueEntity record);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy