SapTaskLogMapper.java 235 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 package com.huaheng.pc.sap.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.huaheng.pc.sap.domain.SapTaskLog; /** * @author huaheng */ public interface SapTaskLogMapper extends BaseMapper<SapTaskLog> { }