first commit
This commit is contained in:
12
Complex.Domain/Entities/Chat.cs
Normal file
12
Complex.Domain/Entities/Chat.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Complex.Domain.Commons;
|
||||
|
||||
namespace Complex.Domain.Entities
|
||||
{
|
||||
public class Chat:BaseEntity<long>
|
||||
{
|
||||
public Guid ComplexId { set; get; }
|
||||
public string PersonMobileNumber { set; get; }
|
||||
public string Body { set; get; }
|
||||
public byte ChatTypeId { set; get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user