แก้ format ฟิว posMasterNo (4) สำหรับบันทึกตอนทำรายกาขอโอน และรับโอน

This commit is contained in:
Adisak 2026-05-21 16:38:08 +07:00
parent 3f8ae1ede9
commit 64c75cd9d5
3 changed files with 3 additions and 2 deletions

View file

@ -53,6 +53,7 @@ namespace BMA.EHR.Placement.Service.Requests
public double? Amount { get; set; }
public string? avatarUrl { get; set; }
public bool? isDeputy { get; set; }
public string? posNo { get; set; }
}
}