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

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

There is a newer version: 1.0.v201602292337
Show newest version
package com.penging.tms.common.repository;

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

public interface TmsProdMastEntityMapper {
    int deleteByPrimaryKey(Long codId);

    int insert(TmsProdMastEntity record);

    int insertSelective(TmsProdMastEntity record);

    TmsProdMastEntity selectByPrimaryKey(Long codId);

    int updateByPrimaryKeySelective(TmsProdMastEntity record);

    int updateByPrimaryKeyWithBLOBs(TmsProdMastEntity record);

    int updateByPrimaryKey(TmsProdMastEntity record);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy