...
This commit is contained in:
21
Common/Dtos/aiNewResponseDto.cs
Normal file
21
Common/Dtos/aiNewResponseDto.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Common.Dtos
|
||||
{
|
||||
public class aiNewResponseDto
|
||||
{
|
||||
public int companyId { get; set; }
|
||||
public int userId { get; set; }
|
||||
public string requestText { get; set; }
|
||||
}
|
||||
public class aiResponseDto
|
||||
{
|
||||
public DateTime dateTime { get; set; }
|
||||
public string requestText { get; set; }
|
||||
public string responseText { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user