using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using XF.Domain.Repository; namespace Hotline.Snapshot.Interfaces; public interface IOrderSnapshotRepository : IRepository { /// /// 根据网格员系统ID随手拍工单 /// /// /// Task GetByNetworkENumberAsync(string appealNumber); }