fix defect
เพิ่ม api ตาม spec ใหม่
This commit is contained in:
parent
4f32e253fd
commit
82e6ce6d11
7 changed files with 166 additions and 18 deletions
|
|
@ -0,0 +1,13 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
||||
{
|
||||
public class DeleteLeaveDocumentDto
|
||||
{
|
||||
[Required]
|
||||
public Guid Id { get; set; } = Guid.Empty;
|
||||
|
||||
[Required]
|
||||
public Guid DocId { get; set; } = Guid.Empty;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue