using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_DTO.ERP; using WIDESEAWCS_Model.Models.ERP; using WIDESEAWCS_Model.Models.TaskInfo; namespace WIDESEAWCS_ISystemServices { public interface IDt_ERPService : IService { //获取ERP的AppTicket string GetappTicket(AppTicket AppTicket); } }