SrmHeaderMapper.java 274 Bytes
package com.huaheng.pc.srm.mapper;

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

import java.util.List;

public interface SrmHeaderMapper extends BaseMapper<SrmHeader> {


}