mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-11 12:10:50 +08:00
更改null操作
This commit is contained in:
@@ -9,6 +9,5 @@ namespace Yi.Framework.Interface.RABC
|
||||
public interface IStudentService : ICrudAppService<StudentGetOutput, StudentListOutput, Guid, StudentCreateInput, StudentUpdateInput>
|
||||
{
|
||||
void GetError();
|
||||
Task<List<StudentListOutput>> GetListAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user