using Business.ResourceExamineManagement.Dto;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Volo.Abp.Application.Services;
namespace Business.ResourceExamineManagement
{
///
/// 流水号生成
///
public interface ISyncKingdeeAppService : IApplicationService
{
///
/// 同步金蝶供应商
///
///
///
string SyncSupplier();
///
/// 同步金蝶物料表
///
///
///
string SyncMaterial();
}
}