yu.wu
3 years ago
18 changed files with 94 additions and 38 deletions
@ -1,10 +1,13 @@ |
|||||
using System; |
using System; |
||||
|
using System.Threading.Tasks; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
using Volo.Abp.Application.Services; |
using Volo.Abp.Application.Services; |
||||
|
|
||||
namespace Win_in.Sfs.Scp.WebApi.ASNs |
namespace Win_in.Sfs.Scp.WebApi.ASNs |
||||
{ |
{ |
||||
public interface IASNAppService:ICrudAppService<ASNDTO,Guid,InputDTO,ASNCreateDTO, ASNUpdateDTO> |
public interface IASNAppService:ICrudAppService<ASNDTO,Guid,InputDTO,ASNCreateDTO, ASNUpdateDTO> |
||||
{ |
{ |
||||
|
Task<PagedResultDto<ASNDTO>> GetDataAsync(bool isRead); |
||||
|
Task<ASNDTO> UpdateISReadAsync(Guid id,bool isRead); |
||||
} |
} |
||||
} |
} |
Loading…
Reference in new issue