SrmHeaderHistoryMapper.java 271 Bytes
package com.huaheng.pc.srm.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.srm.domain.SrmHeader;
import com.huaheng.pc.srm.domain.SrmHeaderHistory;

public interface SrmHeaderHistoryMapper extends BaseMapper<SrmHeaderHistory> {


}