แก้รายละเอียดคำสั่ง

This commit is contained in:
Kittapath 2023-10-05 10:01:16 +07:00
parent a418fd8d6b
commit 98acfa5425
4 changed files with 13 additions and 7 deletions

View file

@ -23,5 +23,6 @@
public string PlacementCommandNo { get; set; } = string.Empty;
public string PlacementCommandDate { get; set; } = string.Empty;
public string Subject { get; set; } = string.Empty;
}
}

View file

@ -39,5 +39,6 @@
public string ConclusionFireDate { get; set; } = string.Empty;
public string ConclusionFireResolution { get; set; } = string.Empty;
public string Subject { get; set; } = string.Empty;
}
}