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

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

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

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

public interface TmsProcClearConfigEntityMapper {
    int deleteByPrimaryKey(Long codId);

    int insert(TmsProcClearConfigEntity record);

    int insertSelective(TmsProcClearConfigEntity record);

    TmsProcClearConfigEntity selectByPrimaryKey(Long codId);

    int updateByPrimaryKeySelective(TmsProcClearConfigEntity record);

    int updateByPrimaryKey(TmsProcClearConfigEntity record);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy