更改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