package com.huaheng.api.erp.service;
import com.huaheng.api.erp.domain.ErpMaterialSync;
import com.huaheng.framework.web.domain.AjaxResult;
import java.util.List;
public interface ErpService {
AjaxResult materialSync(List<ErpMaterialSync> masterDataList);
}