CustomerErpMapper.java
291 Bytes
package com.huaheng.pc.config.customer.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.config.customer.domain.CustomerErp;
import com.huaheng.pc.config.supplier.domain.SupplierErp;
public interface CustomerErpMapper extends BaseMapper<CustomerErp>
{
}