ProjectNoErpMapper.java 298 Bytes
package com.huaheng.pc.config.projectNo.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.config.material.domain.MaterialErp;
import com.huaheng.pc.config.projectNo.domain.ProjectNoErp;

public interface ProjectNoErpMapper extends BaseMapper<ProjectNoErp> {


}