This commit is contained in:
2023-06-21 17:55:53 +03:00
parent 5e0965cfd1
commit fa8852a32a
3 changed files with 5 additions and 5 deletions
@@ -4,7 +4,7 @@ using MyOffice.Data.Models.Motions;
public class AccountMotion
{
public long Id { get; set; }
public Guid Id { get; set; }
public DateTime CreatedOn { get; set; }
public DateTime DateTime { get; set; }
public int MotionId { get; set; }