package com.glxp.api.dao.thrsys; import com.glxp.api.entity.thrsys.ThrInvOrder; import org.apache.ibatis.annotations.Mapper; @Mapper public interface ThrInvOrderMapper { int deleteByPrimaryKey(Integer id); int insert(ThrInvOrder record); int insertSelective(ThrInvOrder record); ThrInvOrder selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(ThrInvOrder record); int updateByPrimaryKey(ThrInvOrder record); }