fix
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user