ออกคำสั่งวินัย

This commit is contained in:
Kittapath 2024-01-06 03:00:04 +07:00
parent 7556a6c400
commit be98975ce0
10 changed files with 17496 additions and 68 deletions

View file

@ -10,7 +10,7 @@
public class DisciplineDataResponse
{
public Guid id { get; set; } = Guid.Empty;
public Guid? CommandId { get; set; } = Guid.Empty;
public Guid personId { get; set; } = Guid.Empty;
public Guid? commandId { get; set; } = Guid.Empty;
}
}