I set Tasks table primary key : char(32) ,
Write this code :
_taskAppService.CreateTask(new CreateTaskInput { AssignedPersonId=Guid.NewGuid().ToString().Replace("-",""),Description="任务"+DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") });
Exceptions such as an attachment