package com.glxp.api.dao.thrsys; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.glxp.api.entity.thrsys.ThrInvOrderEntity; import org.apache.ibatis.annotations.Mapper; @Mapper public interface ThrInvOrderMapper extends BaseMapper { }