
com.penging.tms.common.repository.TmsIvmtReserveEntityMapper Maven / Gradle / Ivy
The newest version!
package com.penging.tms.common.repository;
import com.penging.tms.common.entity.TmsIvmtReserveEntity;
public interface TmsIvmtReserveEntityMapper {
int deleteByPrimaryKey(Long codId);
int insert(TmsIvmtReserveEntity record);
int insertSelective(TmsIvmtReserveEntity record);
TmsIvmtReserveEntity selectByPrimaryKey(Long codId);
int updateByPrimaryKeySelective(TmsIvmtReserveEntity record);
int updateByPrimaryKey(TmsIvmtReserveEntity record);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy